UpdateEventRequest

public final class UpdateEventRequest

Class representation of a Nylas update event request

Constructors

Link copied to clipboard
public UpdateEventRequest UpdateEventRequest(@Json(name = "when") UpdateEventRequest.When whenObj, @Json(name = "title") String title, @Json(name = "description") String description, @Json(name = "location") String location, @Json(name = "participants") List<UpdateEventRequest.Participant> participants, @Json(name = "busy") Boolean busy, @Json(name = "conferencing") UpdateEventRequest.Conferencing conferencing, @Json(name = "reminder_minutes") String reminderMinutes, @Json(name = "reminder_method") ReminderMethod reminderMethod, @Json(name = "metadata") Map<String, String> metadata, @Json(name = "recurrence") List<String> recurrence, @Json(name = "calendar_id") String calendarId, @Json(name = "read_only") Boolean readOnly, @Json(name = "visibility") EvenVisibility visibility, @Json(name = "capacity") Integer capacity, @Json(name = "hide_participant") Boolean hideParticipant)

Types

Link copied to clipboard
public final class Builder
Link copied to clipboard
public class Conferencing
Link copied to clipboard
public final class Participant
Link copied to clipboard
public final class Recurrence
Link copied to clipboard
public class When

Properties

Link copied to clipboard
private final Boolean busy
Link copied to clipboard
private final String calendarId
Link copied to clipboard
private final Integer capacity
Link copied to clipboard
Link copied to clipboard
private final String description

Description of the event.

Link copied to clipboard
private final Boolean hideParticipant
Link copied to clipboard
private final String location
Link copied to clipboard
private final Map<String, String> metadata
Link copied to clipboard
Link copied to clipboard
private final Boolean readOnly
Link copied to clipboard
private final List<String> recurrence
Link copied to clipboard
Link copied to clipboard
private final String reminderMinutes
Link copied to clipboard
private final String title

The title of the event

Link copied to clipboard
private final EvenVisibility visibility
Link copied to clipboard

Representation of time and duration for events. When object can be in one of four formats (sub-objects):

Functions

Link copied to clipboard
public final Boolean getBusy()
Link copied to clipboard
public final String getCalendarId()
Link copied to clipboard
public final Integer getCapacity()
Link copied to clipboard
Link copied to clipboard
public final String getDescription()

Description of the event.

Link copied to clipboard
public final Boolean getHideParticipant()
Link copied to clipboard
public final String getLocation()
Link copied to clipboard
public final Map<String, String> getMetadata()
Link copied to clipboard
Link copied to clipboard
public final Boolean getReadOnly()
Link copied to clipboard
public final List<String> getRecurrence()
Link copied to clipboard
Link copied to clipboard
public final String getReminderMinutes()
Link copied to clipboard
public final String getTitle()

The title of the event

Link copied to clipboard
Link copied to clipboard

Representation of time and duration for events. When object can be in one of four formats (sub-objects):