Class BWSystem.SystemScheduleAddEventRequest

java.lang.Object
co.ecg.alpaca.toolkit.messaging.request.Request<DefaultResponse>
co.ecg.alpaca.toolkit.generated.BWSystem.SystemScheduleAddEventRequest
Enclosing class:
BWSystem

@ChoiceGroup("allDayEvent") @ChoiceGroup({"startTime","endTime"}) public static class BWSystem.SystemScheduleAddEventRequest extends Request<DefaultResponse>
Add an event to system schedule. The response is either a SuccessResponse or an ErrorResponse. The startDate element is adjusted to the first occurrence of the recurrent schedule that comes at or after the startDate. The endDate element is set to the sum of the adjusted starDate element value and the event duration.
Author:
AlpacaGenerator