public class TeamFolderUpdateSyncSettingsBuilder
extends java.lang.Object
DbxTeamTeamRequests.teamFolderUpdateSyncSettingsBuilder(java.lang.String)
.
Use this class to set optional request parameters and complete the request.
Modifier and Type | Method and Description |
---|---|
TeamFolderMetadata |
start()
Issues the request.
|
TeamFolderUpdateSyncSettingsBuilder |
withContentSyncSettings(java.util.List<ContentSyncSettingArg> contentSyncSettings)
Set value for optional field.
|
TeamFolderUpdateSyncSettingsBuilder |
withSyncSetting(SyncSettingArg syncSetting)
Set value for optional field.
|
public TeamFolderUpdateSyncSettingsBuilder withSyncSetting(SyncSettingArg syncSetting)
syncSetting
- Sync setting to apply to the team folder itself. Only
meaningful if the team folder is not a shared team root.public TeamFolderUpdateSyncSettingsBuilder withContentSyncSettings(java.util.List<ContentSyncSettingArg> contentSyncSettings)
contentSyncSettings
- Sync settings to apply to contents of this
team folder. Must not contain a null
item.java.lang.IllegalArgumentException
- If any argument does not meet its
preconditions.public TeamFolderMetadata start() throws TeamFolderUpdateSyncSettingsErrorException, DbxException