Class FieldType
- java.lang.Object
-
- com.adyen.model.marketpay.notification.FieldType
-
public class FieldType extends Object
FieldType
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classFieldType.FieldNameEnumThe type of the field.
-
Constructor Summary
Constructors Constructor Description FieldType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)FieldTypefield(String field)FieldTypefieldName(FieldType.FieldNameEnum fieldName)StringgetField()The full name of the property.FieldType.FieldNameEnumgetFieldName()The type of the field.StringgetShareholderCode()The code of the shareholder that the field belongs to.inthashCode()voidsetField(String field)voidsetFieldName(FieldType.FieldNameEnum fieldName)voidsetShareholderCode(String shareholderCode)FieldTypeshareholderCode(String shareholderCode)StringtoString()
-
-
-
Method Detail
-
getField
public String getField()
The full name of the property.- Returns:
- field
-
setField
public void setField(String field)
-
fieldName
public FieldType fieldName(FieldType.FieldNameEnum fieldName)
-
getFieldName
public FieldType.FieldNameEnum getFieldName()
The type of the field.- Returns:
- fieldName
-
setFieldName
public void setFieldName(FieldType.FieldNameEnum fieldName)
-
getShareholderCode
public String getShareholderCode()
The code of the shareholder that the field belongs to. If empty, the field belongs to an account holder.- Returns:
- shareholderCode
-
setShareholderCode
public void setShareholderCode(String shareholderCode)
-
-