Package com.adyen.service
Class Notification
- java.lang.Object
-
- com.adyen.Service
-
- com.adyen.service.Notification
-
public class Notification extends Service
-
-
Constructor Summary
Constructors Constructor Description Notification(Client client)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CreateNotificationConfigurationResponsecreateNotificationConfiguration(CreateNotificationConfigurationRequest createNotificationConfigurationRequest)DeleteNotificationConfigurationResponsedeleteNotificationConfiguration(DeleteNotificationConfigurationRequest deleteNotificationConfigurationRequest)GetNotificationConfigurationResponsegetNotificationConfiguration(GetNotificationConfigurationRequest getNotificationConfigurationRequest)GetNotificationConfigurationListResponsegetNotificationConfigurationList()TestNotificationConfigurationResponsetestNotificationConfiguration(TestNotificationConfigurationRequest testNotificationConfigurationRequest)UpdateNotificationConfigurationResponseupdateNotificationConfiguration(UpdateNotificationConfigurationRequest updateNotificationConfigurationRequest)-
Methods inherited from class com.adyen.Service
getClient, isApiKeyRequired, setApiKeyRequired, setClient
-
-
-
-
Constructor Detail
-
Notification
public Notification(Client client)
-
-
Method Detail
-
createNotificationConfiguration
public CreateNotificationConfigurationResponse createNotificationConfiguration(CreateNotificationConfigurationRequest createNotificationConfigurationRequest) throws Exception
- Throws:
Exception
-
updateNotificationConfiguration
public UpdateNotificationConfigurationResponse updateNotificationConfiguration(UpdateNotificationConfigurationRequest updateNotificationConfigurationRequest) throws Exception
- Throws:
Exception
-
getNotificationConfiguration
public GetNotificationConfigurationResponse getNotificationConfiguration(GetNotificationConfigurationRequest getNotificationConfigurationRequest) throws Exception
- Throws:
Exception
-
deleteNotificationConfiguration
public DeleteNotificationConfigurationResponse deleteNotificationConfiguration(DeleteNotificationConfigurationRequest deleteNotificationConfigurationRequest) throws Exception
- Throws:
Exception
-
testNotificationConfiguration
public TestNotificationConfigurationResponse testNotificationConfiguration(TestNotificationConfigurationRequest testNotificationConfigurationRequest) throws Exception
- Throws:
Exception
-
getNotificationConfigurationList
public GetNotificationConfigurationListResponse getNotificationConfigurationList() throws Exception
- Throws:
Exception
-
-