Class ServiceProvider.ServiceProviderScheduleModifyEventRequest

  • Enclosing class:
    ServiceProvider

    @Choice(minOccurs=0,value={@ChoiceGroup("allDayEvent"),@ChoiceGroup({"startTime","endTime"})})
    public static class ServiceProvider.ServiceProviderScheduleModifyEventRequest
    extends Request<DefaultResponse>
    Modify an event of a service provider 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