Notetaker

public final class Notetaker

Class representation of the Nylas Notetaker response.

Constructors

Link copied to clipboard
public Notetaker Notetaker(@Json(name = "id") String id, @Json(name = "name") String name, @Json(name = "join_time") Long joinTime, @Json(name = "meeting_link") String meetingLink, @Json(name = "meeting_provider") Notetaker.MeetingProvider meetingProvider, @Json(name = "state") Notetaker.NotetakerState state, @Json(name = "meeting_settings") Notetaker.MeetingSettings meetingSettings, @Json(name = "object") String obj)

Types

Link copied to clipboard

Enum for meeting providers

Link copied to clipboard
public final class MeetingSettings

Data class for Notetaker Meeting Settings

Link copied to clipboard

Enum for Notetaker states

Properties

Link copied to clipboard
private final String id

The Notetaker ID.

Link copied to clipboard
private final Long joinTime

When Notetaker joined the meeting, in Unix timestamp format.

Link copied to clipboard
private final String meetingLink

The meeting link.

Link copied to clipboard

The meeting provider.

Link copied to clipboard

Notetaker Meeting Settings

Link copied to clipboard
private final String name

The display name for the Notetaker bot.

Link copied to clipboard
private final String obj

The type of object.

Link copied to clipboard

The current state of the Notetaker bot.

Functions

Link copied to clipboard
public final String getId()

The Notetaker ID.

Link copied to clipboard
public final Long getJoinTime()

When Notetaker joined the meeting, in Unix timestamp format.

Link copied to clipboard
public final String getMeetingLink()

The meeting link.

Link copied to clipboard

The meeting provider.

Link copied to clipboard

Notetaker Meeting Settings

Link copied to clipboard
public final String getName()

The display name for the Notetaker bot.

Link copied to clipboard
public final String getObj()

The type of object.

Link copied to clipboard
public final String getObject()

Get the type of object.

Link copied to clipboard

The current state of the Notetaker bot.