@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-10-17T22:44:09.100608Z[Etc/UTC]") public class FDXNotification extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_CATEGORY |
static String |
SERIALIZED_NAME_NOTIFICATION_ID |
static String |
SERIALIZED_NAME_NOTIFICATION_PAYLOAD |
static String |
SERIALIZED_NAME_PRIORITY |
static String |
SERIALIZED_NAME_PUBLISHER |
static String |
SERIALIZED_NAME_SENT_ON |
static String |
SERIALIZED_NAME_SEVERITY |
static String |
SERIALIZED_NAME_SUBSCRIBER |
static String |
SERIALIZED_NAME_TYPE |
static String |
SERIALIZED_NAME_URL |
| Constructor and Description |
|---|
FDXNotification() |
public static final String SERIALIZED_NAME_NOTIFICATION_ID
public static final String SERIALIZED_NAME_TYPE
public static final String SERIALIZED_NAME_SENT_ON
public static final String SERIALIZED_NAME_CATEGORY
public static final String SERIALIZED_NAME_SEVERITY
public static final String SERIALIZED_NAME_PRIORITY
public static final String SERIALIZED_NAME_PUBLISHER
public static final String SERIALIZED_NAME_SUBSCRIBER
public static final String SERIALIZED_NAME_NOTIFICATION_PAYLOAD
public static final String SERIALIZED_NAME_URL
public FDXNotification notificationId(String notificationId)
public String getNotificationId()
public void setNotificationId(String notificationId)
public FDXNotification type(FDXNotificationType type)
public FDXNotificationType getType()
public void setType(FDXNotificationType type)
public FDXNotification sentOn(OffsetDateTime sentOn)
public OffsetDateTime getSentOn()
public void setSentOn(OffsetDateTime sentOn)
public FDXNotification category(FDXNotificationCategory category)
public FDXNotificationCategory getCategory()
public void setCategory(FDXNotificationCategory category)
public FDXNotification severity(FDXNotificationSeverity severity)
@Nullable public FDXNotificationSeverity getSeverity()
public void setSeverity(FDXNotificationSeverity severity)
public FDXNotification priority(FDXNotificationPriority priority)
@Nullable public FDXNotificationPriority getPriority()
public void setPriority(FDXNotificationPriority priority)
public FDXNotification publisher(FDXParty publisher)
public void setPublisher(FDXParty publisher)
public FDXNotification subscriber(FDXParty subscriber)
public void setSubscriber(FDXParty subscriber)
public FDXNotification notificationPayload(FDXNotificationPayload notificationPayload)
public FDXNotificationPayload getNotificationPayload()
public void setNotificationPayload(FDXNotificationPayload notificationPayload)
public FDXNotification url(FDXHateoasLink url)
@Nullable public FDXHateoasLink getUrl()
public void setUrl(FDXHateoasLink url)
Copyright © 2017–2023 Plaid Inc.. All rights reserved.