WorkspaceManualAssignRequest

public final class WorkspaceManualAssignRequest

Class representation of a Nylas workspace manual assignment request.

Constructors

Link copied to clipboard
public WorkspaceManualAssignRequest WorkspaceManualAssignRequest(@Json(name = "assign_grants") List<String> assignGrants, @Json(name = "remove_grants") List<String> removeGrants)

Types

Link copied to clipboard
public final class Builder

Properties

Link copied to clipboard
private final List<String> assignGrants
Link copied to clipboard
private final List<String> removeGrants

Functions

Link copied to clipboard
public final List<String> getAssignGrants()
Link copied to clipboard
public final List<String> getRemoveGrants()