@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-10-17T22:44:09.100608Z[Etc/UTC]") public class FDXNotificationPayload extends Object
Modifier and Type | Field and Description |
---|---|
static String |
SERIALIZED_NAME_CUSTOM_FIELDS |
static String |
SERIALIZED_NAME_ID |
static String |
SERIALIZED_NAME_ID_TYPE |
Constructor and Description |
---|
FDXNotificationPayload() |
Modifier and Type | Method and Description |
---|---|
FDXNotificationPayload |
addCustomFieldsItem(FDXFiAttribute customFieldsItem) |
FDXNotificationPayload |
customFields(List<FDXFiAttribute> customFields) |
boolean |
equals(Object o) |
List<FDXFiAttribute> |
getCustomFields()
Get customFields
|
String |
getId()
ID for the origination entity related to the notification
|
FDXNotificationPayloadIdType |
getIdType()
Get idType
|
int |
hashCode() |
FDXNotificationPayload |
id(String id) |
FDXNotificationPayload |
idType(FDXNotificationPayloadIdType idType) |
void |
setCustomFields(List<FDXFiAttribute> customFields) |
void |
setId(String id) |
void |
setIdType(FDXNotificationPayloadIdType idType) |
String |
toString() |
public static final String SERIALIZED_NAME_ID
public static final String SERIALIZED_NAME_ID_TYPE
public static final String SERIALIZED_NAME_CUSTOM_FIELDS
public FDXNotificationPayload id(String id)
@Nullable public String getId()
public void setId(String id)
public FDXNotificationPayload idType(FDXNotificationPayloadIdType idType)
@Nullable public FDXNotificationPayloadIdType getIdType()
public void setIdType(FDXNotificationPayloadIdType idType)
public FDXNotificationPayload customFields(List<FDXFiAttribute> customFields)
public FDXNotificationPayload addCustomFieldsItem(FDXFiAttribute customFieldsItem)
@Nullable public List<FDXFiAttribute> getCustomFields()
public void setCustomFields(List<FDXFiAttribute> customFields)
Copyright © 2017–2023 Plaid Inc.. All rights reserved.