GetActivityDetailsOperationParams

Constructors

Link copied to clipboard
public GetActivityDetailsOperationParams GetActivityDetailsOperationParams(String offerToken, String partnerTransactionId, String locale)

Types

Link copied to clipboard
public final class Builder

Properties

Link copied to clipboard
@Valid()
private final String locale

locale is composed of language identifier and region identifier, connected by \"_\" that specifies the language in which the response will be returned. example: \"fr_FR\" refers to French as spoken in France, while \"fr_CA\" refers to French as spoken in Canada. For a full list of supported locales please refer to the link at the bottom of the page.

Link copied to clipboard
@NotNull()
@Valid()
private final String offerToken

the offerToken of a activity

Link copied to clipboard
@NotNull()
@Valid()
private final String partnerTransactionId

Partner-generated identifier.

Functions

Link copied to clipboard
Link copied to clipboard
public Headers getHeaders()
Link copied to clipboard
public final String getLocale()

locale is composed of language identifier and region identifier, connected by \"_\" that specifies the language in which the response will be returned. example: \"fr_FR\" refers to French as spoken in France, while \"fr_CA\" refers to French as spoken in Canada. For a full list of supported locales please refer to the link at the bottom of the page.

Link copied to clipboard
public final String getOfferToken()

the offerToken of a activity

Link copied to clipboard

Partner-generated identifier.

Link copied to clipboard
Link copied to clipboard
public Parameters getQueryParams()
Link copied to clipboard