Package com.dropbox.core.v2.team
Class TeamFolderUpdateSyncSettingsBuilder
- java.lang.Object
-
- com.dropbox.core.v2.team.TeamFolderUpdateSyncSettingsBuilder
-
public class TeamFolderUpdateSyncSettingsBuilder extends java.lang.ObjectThe request builder returned byDbxTeamTeamRequests.teamFolderUpdateSyncSettingsBuilder(java.lang.String).Use this class to set optional request parameters and complete the request.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TeamFolderMetadatastart()Issues the request.TeamFolderUpdateSyncSettingsBuilderwithContentSyncSettings(java.util.List<ContentSyncSettingArg> contentSyncSettings)Set value for optional field.TeamFolderUpdateSyncSettingsBuilderwithSyncSetting(SyncSettingArg syncSetting)Set value for optional field.
-
-
-
Method Detail
-
withSyncSetting
public TeamFolderUpdateSyncSettingsBuilder withSyncSetting(SyncSettingArg syncSetting)
Set value for optional field.- Parameters:
syncSetting- Sync setting to apply to the team folder itself. Only meaningful if the team folder is not a shared team root.- Returns:
- this builder
-
withContentSyncSettings
public TeamFolderUpdateSyncSettingsBuilder withContentSyncSettings(java.util.List<ContentSyncSettingArg> contentSyncSettings)
Set value for optional field.- Parameters:
contentSyncSettings- Sync settings to apply to contents of this team folder. Must not contain anullitem.- Returns:
- this builder
- Throws:
java.lang.IllegalArgumentException- If any argument does not meet its preconditions.
-
start
public TeamFolderMetadata start() throws TeamFolderUpdateSyncSettingsErrorException, DbxException
Issues the request.
-
-