Update

Update a single BookableResource.

externalResource updateBookableResource( beeId handle , externalResourceUpdater updater , updateMode snapshotid , Projection projection )

Parameters

handle
Type: beeId Handle to the to be updated
updater
Type: externalResourceUpdater representing the changes to apply. null is NOT allowed.
snapshotid
Type: updateMode Determine if the entity should always be updated or if optimistic locking should be used.
projection
ProjectionWrapper
A projection specifying the details that should be returned in the snapshot. null is not permitted; Must be a projection type specifically listed above as supported; otherwise an IllegalArgumentException will be thrown.