Provider Detect Params
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
Builder for ProviderDetectParams.
Properties
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
Client ID of the Nylas application.
Link copied to clipboard
Client ID of the Nylas application.