ProviderDetectParams

public final class ProviderDetectParams implements IQueryParams

Class representing the object used to set parameters for detecting a provider.

Constructors

Link copied to clipboard
public ProviderDetectParams ProviderDetectParams(@Json(name = "email") String email, @Json(name = "client_id") String clientId, @Json(name = "all_provider_types") Boolean allProviderTypes)

Types

Link copied to clipboard
public final class Builder

Properties

Link copied to clipboard
private final Boolean allProviderTypes

Search by all providers regardless of created integrations. If unset, defaults to false.

Link copied to clipboard
private String clientId

Client ID of the Nylas application.

Link copied to clipboard
private final String email

Email address to detect the provider for.

Functions

Link copied to clipboard

Convert the query parameters to a json-formatted map.

Link copied to clipboard

Search by all providers regardless of created integrations. If unset, defaults to false.

Link copied to clipboard
public final String getClientId()

Client ID of the Nylas application.

Link copied to clipboard
public final String getEmail()

Email address to detect the provider for.

Link copied to clipboard
public final Unit setClientId(String clientId)

Client ID of the Nylas application.