Package com.hyperwallet.clientsdk.model
Class HyperwalletTransferMethodConfiguration.Field
- java.lang.Object
-
- com.hyperwallet.clientsdk.model.HyperwalletTransferMethodConfiguration.Field
-
- Enclosing class:
- HyperwalletTransferMethodConfiguration
public static class HyperwalletTransferMethodConfiguration.Field extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classHyperwalletTransferMethodConfiguration.Field.Categorystatic classHyperwalletTransferMethodConfiguration.Field.DataType
-
Constructor Summary
Constructors Constructor Description Field()
-
Method Summary
-
-
-
Method Detail
-
getName
public String getName()
-
setName
public HyperwalletTransferMethodConfiguration.Field setName(String name)
-
getLabel
public String getLabel()
-
setLabel
public HyperwalletTransferMethodConfiguration.Field setLabel(String label)
-
getCategory
public HyperwalletTransferMethodConfiguration.Field.Category getCategory()
-
setCategory
public HyperwalletTransferMethodConfiguration.Field setCategory(HyperwalletTransferMethodConfiguration.Field.Category category)
-
getDataType
public HyperwalletTransferMethodConfiguration.Field.DataType getDataType()
-
setDataType
public HyperwalletTransferMethodConfiguration.Field setDataType(HyperwalletTransferMethodConfiguration.Field.DataType dataType)
-
isRequired
public boolean isRequired()
-
setIsRequired
public HyperwalletTransferMethodConfiguration.Field setIsRequired(boolean isRequired)
-
getRegularExpression
public String getRegularExpression()
-
setRegularExpression
public HyperwalletTransferMethodConfiguration.Field setRegularExpression(String regularExpression)
-
getMinLength
public Integer getMinLength()
-
setMinLength
public HyperwalletTransferMethodConfiguration.Field setMinLength(Integer minLength)
-
getMaxLength
public Integer getMaxLength()
-
setMaxLength
public HyperwalletTransferMethodConfiguration.Field setMaxLength(Integer maxLength)
-
getSelectionChoices
public List<HyperwalletTransferMethodConfiguration.SelectionChoice> getSelectionChoices()
-
setSelectionChoices
public HyperwalletTransferMethodConfiguration.Field setSelectionChoices(List<HyperwalletTransferMethodConfiguration.SelectionChoice> selectionChoices)
-
-