public class OvhCreationRule extends Object
| Modifier and Type | Field and Description |
|---|---|
String |
fieldName
Name of the field
canBeNull
|
String[] |
in
List of allowed values for the field
canBeNull
|
Boolean |
mandatory
Whether the field is mandatory
canBeNull
|
String |
prefix
Prefix of the field value
canBeNull
|
String |
regularExpression
Regular expression to validate the field value
canBeNull
|
| Constructor and Description |
|---|
OvhCreationRule() |
public String fieldName
public String[] in
public String regularExpression
public String prefix
public Boolean mandatory
Copyright © 2017. All rights reserved.