Package com.adyen.service
Class RecurringApi
- java.lang.Object
-
- com.adyen.Service
-
- com.adyen.service.RecurringApi
-
public class RecurringApi extends Service
Deprecated.Use instead com.adyen.service.recurring.RecurringApiThe service has been moved to a different package 'com.adyen.recurring.RecurringApi'
-
-
Field Summary
Fields Modifier and Type Field Description static StringAPI_VERSIONDeprecated.protected StringbaseURLDeprecated.
-
Constructor Summary
Constructors Constructor Description RecurringApi(Client client)Deprecated, for removal: This API element is subject to removal in a future version.RecurringApi(Client client, String baseURL)Deprecated, for removal: This API element is subject to removal in a future version.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description CreatePermitResultcreatePermit(CreatePermitRequest createPermitRequest)Deprecated, for removal: This API element is subject to removal in a future version.CreatePermitResultcreatePermit(CreatePermitRequest createPermitRequest, RequestOptions requestOptions)Deprecated, for removal: This API element is subject to removal in a future version.DisableResultdisable(DisableRequest disableRequest)Deprecated, for removal: This API element is subject to removal in a future version.DisableResultdisable(DisableRequest disableRequest, RequestOptions requestOptions)Deprecated, for removal: This API element is subject to removal in a future version.DisablePermitResultdisablePermit(DisablePermitRequest disablePermitRequest)Deprecated, for removal: This API element is subject to removal in a future version.DisablePermitResultdisablePermit(DisablePermitRequest disablePermitRequest, RequestOptions requestOptions)Deprecated, for removal: This API element is subject to removal in a future version.RecurringDetailsResultlistRecurringDetails(RecurringDetailsRequest recurringDetailsRequest)Deprecated, for removal: This API element is subject to removal in a future version.RecurringDetailsResultlistRecurringDetails(RecurringDetailsRequest recurringDetailsRequest, RequestOptions requestOptions)Deprecated, for removal: This API element is subject to removal in a future version.NotifyShopperResultnotifyShopper(NotifyShopperRequest notifyShopperRequest)Deprecated, for removal: This API element is subject to removal in a future version.NotifyShopperResultnotifyShopper(NotifyShopperRequest notifyShopperRequest, RequestOptions requestOptions)Deprecated, for removal: This API element is subject to removal in a future version.ScheduleAccountUpdaterResultscheduleAccountUpdater(ScheduleAccountUpdaterRequest scheduleAccountUpdaterRequest)Deprecated, for removal: This API element is subject to removal in a future version.ScheduleAccountUpdaterResultscheduleAccountUpdater(ScheduleAccountUpdaterRequest scheduleAccountUpdaterRequest, RequestOptions requestOptions)Deprecated, for removal: This API element is subject to removal in a future version.-
Methods inherited from class com.adyen.Service
createBaseURL, getClient, isApiKeyRequired, setApiKeyRequired, setClient
-
-
-
-
Field Detail
-
API_VERSION
public static final String API_VERSION
Deprecated.- See Also:
- Constant Field Values
-
baseURL
protected String baseURL
Deprecated.
-
-
Constructor Detail
-
RecurringApi
@Deprecated(since="v37.0.0", forRemoval=true) public RecurringApi(Client client)
Deprecated, for removal: This API element is subject to removal in a future version.Default constructor inpackage.- Parameters:
client-Client(required)
-
RecurringApi
@Deprecated(since="v37.0.0", forRemoval=true) public RecurringApi(Client client, String baseURL)
Deprecated, for removal: This API element is subject to removal in a future version.Alternative constructor inpackage. Please use this constructor only if you would like to pass along your own url for routing or testing purposes. The latest API version is defined in this class as a constant.
-
-
Method Detail
-
createPermit
@Deprecated(since="v37.0.0", forRemoval=true) public CreatePermitResult createPermit(CreatePermitRequest createPermitRequest) throws ApiException, IOException
Deprecated, for removal: This API element is subject to removal in a future version.Create new permits linked to a recurring contract.- Parameters:
createPermitRequest-CreatePermitRequest(required)- Returns:
CreatePermitResult- Throws:
ApiException- if fails to make API callIOException
-
createPermit
@Deprecated(since="v37.0.0", forRemoval=true) public CreatePermitResult createPermit(CreatePermitRequest createPermitRequest, RequestOptions requestOptions) throws ApiException, IOException
Deprecated, for removal: This API element is subject to removal in a future version.Create new permits linked to a recurring contract.- Parameters:
createPermitRequest-CreatePermitRequest(required)requestOptions-RequestOptionsObject to store additional data such as idempotency-keys (optional)- Returns:
CreatePermitResult- Throws:
ApiException- if fails to make API callIOException
-
disable
@Deprecated(since="v37.0.0", forRemoval=true) public DisableResult disable(DisableRequest disableRequest) throws ApiException, IOException
Deprecated, for removal: This API element is subject to removal in a future version.Disable stored payment details- Parameters:
disableRequest-DisableRequest(required)- Returns:
DisableResult- Throws:
ApiException- if fails to make API callIOException
-
disable
@Deprecated(since="v37.0.0", forRemoval=true) public DisableResult disable(DisableRequest disableRequest, RequestOptions requestOptions) throws ApiException, IOException
Deprecated, for removal: This API element is subject to removal in a future version.Disable stored payment details- Parameters:
disableRequest-DisableRequest(required)requestOptions-RequestOptionsObject to store additional data such as idempotency-keys (optional)- Returns:
DisableResult- Throws:
ApiException- if fails to make API callIOException
-
disablePermit
@Deprecated(since="v37.0.0", forRemoval=true) public DisablePermitResult disablePermit(DisablePermitRequest disablePermitRequest) throws ApiException, IOException
Deprecated, for removal: This API element is subject to removal in a future version.Disable an existing permit.- Parameters:
disablePermitRequest-DisablePermitRequest(required)- Returns:
DisablePermitResult- Throws:
ApiException- if fails to make API callIOException
-
disablePermit
@Deprecated(since="v37.0.0", forRemoval=true) public DisablePermitResult disablePermit(DisablePermitRequest disablePermitRequest, RequestOptions requestOptions) throws ApiException, IOException
Deprecated, for removal: This API element is subject to removal in a future version.Disable an existing permit.- Parameters:
disablePermitRequest-DisablePermitRequest(required)requestOptions-RequestOptionsObject to store additional data such as idempotency-keys (optional)- Returns:
DisablePermitResult- Throws:
ApiException- if fails to make API callIOException
-
listRecurringDetails
@Deprecated(since="v37.0.0", forRemoval=true) public RecurringDetailsResult listRecurringDetails(RecurringDetailsRequest recurringDetailsRequest) throws ApiException, IOException
Deprecated, for removal: This API element is subject to removal in a future version.Get stored payment details- Parameters:
recurringDetailsRequest-RecurringDetailsRequest(required)- Returns:
RecurringDetailsResult- Throws:
ApiException- if fails to make API callIOException
-
listRecurringDetails
@Deprecated(since="v37.0.0", forRemoval=true) public RecurringDetailsResult listRecurringDetails(RecurringDetailsRequest recurringDetailsRequest, RequestOptions requestOptions) throws ApiException, IOException
Deprecated, for removal: This API element is subject to removal in a future version.Get stored payment details- Parameters:
recurringDetailsRequest-RecurringDetailsRequest(required)requestOptions-RequestOptionsObject to store additional data such as idempotency-keys (optional)- Returns:
RecurringDetailsResult- Throws:
ApiException- if fails to make API callIOException
-
notifyShopper
@Deprecated(since="v37.0.0", forRemoval=true) public NotifyShopperResult notifyShopper(NotifyShopperRequest notifyShopperRequest) throws ApiException, IOException
Deprecated, for removal: This API element is subject to removal in a future version.Ask issuer to notify the shopper- Parameters:
notifyShopperRequest-NotifyShopperRequest(required)- Returns:
NotifyShopperResult- Throws:
ApiException- if fails to make API callIOException
-
notifyShopper
@Deprecated(since="v37.0.0", forRemoval=true) public NotifyShopperResult notifyShopper(NotifyShopperRequest notifyShopperRequest, RequestOptions requestOptions) throws ApiException, IOException
Deprecated, for removal: This API element is subject to removal in a future version.Ask issuer to notify the shopper- Parameters:
notifyShopperRequest-NotifyShopperRequest(required)requestOptions-RequestOptionsObject to store additional data such as idempotency-keys (optional)- Returns:
NotifyShopperResult- Throws:
ApiException- if fails to make API callIOException
-
scheduleAccountUpdater
@Deprecated(since="v37.0.0", forRemoval=true) public ScheduleAccountUpdaterResult scheduleAccountUpdater(ScheduleAccountUpdaterRequest scheduleAccountUpdaterRequest) throws ApiException, IOException
Deprecated, for removal: This API element is subject to removal in a future version.Schedule running the Account Updater- Parameters:
scheduleAccountUpdaterRequest-ScheduleAccountUpdaterRequest(required)- Returns:
ScheduleAccountUpdaterResult- Throws:
ApiException- if fails to make API callIOException
-
scheduleAccountUpdater
@Deprecated(since="v37.0.0", forRemoval=true) public ScheduleAccountUpdaterResult scheduleAccountUpdater(ScheduleAccountUpdaterRequest scheduleAccountUpdaterRequest, RequestOptions requestOptions) throws ApiException, IOException
Deprecated, for removal: This API element is subject to removal in a future version.Schedule running the Account Updater- Parameters:
scheduleAccountUpdaterRequest-ScheduleAccountUpdaterRequest(required)requestOptions-RequestOptionsObject to store additional data such as idempotency-keys (optional)- Returns:
ScheduleAccountUpdaterResult- Throws:
ApiException- if fails to make API callIOException
-
-