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 = "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 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 getEmail()

Email address to detect the provider for.