public class CalendarService extends Object
| Constructor and Description |
|---|
CalendarService() |
CalendarService(Date start,
Date end) |
CalendarService(@NotNull Date start,
Date end,
Integer numberOfParticipants) |
CalendarService(@NotNull String type) |
| Modifier and Type | Method and Description |
|---|---|
void |
createEvent(Date start,
Date end) |
void |
createEvent(@NotNull Date start,
Date end,
Integer numberOfParticipants) |
static void |
createEvent(@NotNull String title,
@NotNull Date start,
@NotNull Date end) |
@NotNull CalendarEvent |
findEvents(String name) |
void |
setType(@NotNull String type) |
@OnlineCalendarService public CalendarService()
public CalendarService(@NotNull
@NotNull String type)
@ConsistentDateParameters public CalendarService(Date start, Date end)
@ConsistentDateParameters public CalendarService(@NotNull @NotNull Date start, Date end, Integer numberOfParticipants)
public void setType(@NotNull
@NotNull String type)
@ConsistentDateParameters public void createEvent(Date start, Date end)
@ConsistentDateParameters public void createEvent(@NotNull @NotNull Date start, Date end, Integer numberOfParticipants)
@NotNull public @NotNull CalendarEvent findEvents(String name)
Copyright © 2008–2017. All rights reserved.