WorkspaceAutoGroupRequest

public final class WorkspaceAutoGroupRequest

Class representation of a Nylas workspace auto-group request.

Constructors

Link copied to clipboard
public WorkspaceAutoGroupRequest WorkspaceAutoGroupRequest(@Json(name = "after_created_at") Long afterCreatedAt, @Json(name = "invalid_also") Boolean invalidAlso, @Json(name = "specific_domain") String specificDomain)

Types

Link copied to clipboard
public final class Builder

Properties

Link copied to clipboard
private final Long afterCreatedAt

Only group grants created at or after this Unix timestamp.

Link copied to clipboard
private final Boolean invalidAlso

When true, includes invalid grants in the grouping pass. Defaults to false.

Link copied to clipboard
private final String specificDomain

Only group grants whose email domain matches this domain.

Functions

Link copied to clipboard
public final Long getAfterCreatedAt()

Only group grants created at or after this Unix timestamp.

Link copied to clipboard
public final Boolean getInvalidAlso()

When true, includes invalid grants in the grouping pass. Defaults to false.

Link copied to clipboard
public final String getSpecificDomain()

Only group grants whose email domain matches this domain.