Package | Description |
---|---|
com.vmware.content |
The Content package provides classes and interfaces for configuring global
settings and permissions, and for managing libraries in the Content Library
Service.
|
Modifier and Type | Method and Description |
---|---|
ConfigurationModel.Builder |
ConfigurationModel.Builder.setAutomaticSyncEnabled(java.lang.Boolean automaticSyncEnabled)
Whether automatic synchronization is enabled.
|
ConfigurationModel.Builder |
ConfigurationModel.Builder.setAutomaticSyncStartHour(java.lang.Long automaticSyncStartHour)
The hour at which the automatic synchronization will start.
|
ConfigurationModel.Builder |
ConfigurationModel.Builder.setAutomaticSyncStopHour(java.lang.Long automaticSyncStopHour)
The hour at which the automatic synchronization will stop.
|
ConfigurationModel.Builder |
ConfigurationModel.Builder.setMaximumConcurrentItemSyncs(java.lang.Long maximumConcurrentItemSyncs)
The maximum allowed number of library items to synchronize concurrently from
remote libraries.
|