Class GetNotificationConfigurationRequest
- java.lang.Object
-
- com.adyen.model.marketpayconfiguration.GetNotificationConfigurationRequest
-
public class GetNotificationConfigurationRequest extends Object
GetNotificationConfigurationRequest
-
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_NOTIFICATION_ID
-
Constructor Summary
Constructors Constructor Description GetNotificationConfigurationRequest()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)Return true if this GetNotificationConfigurationRequest object is equal to o.static GetNotificationConfigurationRequestfromJson(String jsonString)Create an instance of GetNotificationConfigurationRequest given an JSON stringLonggetNotificationId()The ID of the notification subscription configuration whose details are to be retrieved.inthashCode()GetNotificationConfigurationRequestnotificationId(Long notificationId)voidsetNotificationId(Long notificationId)StringtoJson()Convert an instance of GetNotificationConfigurationRequest to an JSON stringStringtoString()
-
-
-
Field Detail
-
JSON_PROPERTY_NOTIFICATION_ID
public static final String JSON_PROPERTY_NOTIFICATION_ID
- See Also:
- Constant Field Values
-
-
Method Detail
-
notificationId
public GetNotificationConfigurationRequest notificationId(Long notificationId)
-
getNotificationId
public Long getNotificationId()
The ID of the notification subscription configuration whose details are to be retrieved.- Returns:
- notificationId
-
setNotificationId
public void setNotificationId(Long notificationId)
-
equals
public boolean equals(Object o)
Return true if this GetNotificationConfigurationRequest object is equal to o.
-
fromJson
public static GetNotificationConfigurationRequest fromJson(String jsonString) throws com.fasterxml.jackson.core.JsonProcessingException
Create an instance of GetNotificationConfigurationRequest given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of GetNotificationConfigurationRequest
- Throws:
com.fasterxml.jackson.core.JsonProcessingException- if the JSON string is invalid with respect to GetNotificationConfigurationRequest
-
toJson
public String toJson() throws com.fasterxml.jackson.core.JsonProcessingException
Convert an instance of GetNotificationConfigurationRequest to an JSON string- Returns:
- JSON string
- Throws:
com.fasterxml.jackson.core.JsonProcessingException
-
-