Class DeleteNotificationConfigurationRequest
- java.lang.Object
-
- com.adyen.model.marketpayconfiguration.DeleteNotificationConfigurationRequest
-
public class DeleteNotificationConfigurationRequest extends Object
DeleteNotificationConfigurationRequest
-
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_NOTIFICATION_IDS
-
Constructor Summary
Constructors Constructor Description DeleteNotificationConfigurationRequest()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description DeleteNotificationConfigurationRequestaddNotificationIdsItem(Long notificationIdsItem)booleanequals(Object o)Return true if this DeleteNotificationConfigurationRequest object is equal to o.static DeleteNotificationConfigurationRequestfromJson(String jsonString)Create an instance of DeleteNotificationConfigurationRequest given an JSON stringList<Long>getNotificationIds()A list of IDs of the notification subscription configurations to be deleted.inthashCode()DeleteNotificationConfigurationRequestnotificationIds(List<Long> notificationIds)voidsetNotificationIds(List<Long> notificationIds)StringtoJson()Convert an instance of DeleteNotificationConfigurationRequest to an JSON stringStringtoString()
-
-
-
Field Detail
-
JSON_PROPERTY_NOTIFICATION_IDS
public static final String JSON_PROPERTY_NOTIFICATION_IDS
- See Also:
- Constant Field Values
-
-
Method Detail
-
notificationIds
public DeleteNotificationConfigurationRequest notificationIds(List<Long> notificationIds)
-
addNotificationIdsItem
public DeleteNotificationConfigurationRequest addNotificationIdsItem(Long notificationIdsItem)
-
getNotificationIds
public List<Long> getNotificationIds()
A list of IDs of the notification subscription configurations to be deleted.- Returns:
- notificationIds
-
equals
public boolean equals(Object o)
Return true if this DeleteNotificationConfigurationRequest object is equal to o.
-
fromJson
public static DeleteNotificationConfigurationRequest fromJson(String jsonString) throws com.fasterxml.jackson.core.JsonProcessingException
Create an instance of DeleteNotificationConfigurationRequest given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of DeleteNotificationConfigurationRequest
- Throws:
com.fasterxml.jackson.core.JsonProcessingException- if the JSON string is invalid with respect to DeleteNotificationConfigurationRequest
-
toJson
public String toJson() throws com.fasterxml.jackson.core.JsonProcessingException
Convert an instance of DeleteNotificationConfigurationRequest to an JSON string- Returns:
- JSON string
- Throws:
com.fasterxml.jackson.core.JsonProcessingException
-
-