public final class MetadataCategoryCreatePropertyRequestCategoryPropertyConfigParams extends Object
| Modifier and Type | Class | Description |
|---|---|---|
static class |
MetadataCategoryCreatePropertyRequestCategoryPropertyConfigParams.Builder |
| Modifier and Type | Field | Description |
|---|---|---|
String |
defaultValue |
Default value, must be set if required == true
|
String |
displayName |
Display name of the property
|
Map[] |
enumValues |
Set of enum values if valueType == ENUM (5)
|
Number |
maxCount |
Max count validation for properties whose valueType == USER (8)
|
Number |
maxDate |
Max date validation for properties whose valueType == DATE (4)
|
Number |
maxLength |
Max length validation for properties whose valueType == STRING (0)
|
Number |
maxValue |
Max value validation for properties whose valueType == DOUBLE (3) or INT (2)
|
Number |
minCount |
Min count validation for properties whose valueType == USER (8)
|
Date |
minDate |
Min date validation for properties whose valueType == DATE (4)
|
Number |
minLength |
Min length validation for properties whose valueType == STRING (0)
|
Number |
minValue |
Min value validation for properties whose valueType == DOUBLE (3) or INT (2)
|
Boolean |
multiline |
True if string input should be multiline.
|
String |
pattern |
Regular expression pattern validation for properties whose valueType == STRING (0)
|
Number |
publishState |
Property publish state, which can be: 0: PENDING, 1: ACTIVE, 2: INACTIVE
|
Boolean |
required |
True if property is required to have a non-empty value
|
| Modifier and Type | Method | Description |
|---|---|---|
static MetadataCategoryCreatePropertyRequestCategoryPropertyConfigParams.Builder |
builder() |
|
String |
getDefaultValue() |
Get Default value, must be set if required == true
|
String |
getDisplayName() |
Get Display name of the property
|
Map[] |
getEnumValues() |
Get Set of enum values if valueType == ENUM (5)
|
Number |
getMaxCount() |
Get Max count validation for properties whose valueType == USER (8)
|
Number |
getMaxDate() |
Get Max date validation for properties whose valueType == DATE (4)
|
Number |
getMaxLength() |
Get Max length validation for properties whose valueType == STRING (0)
|
Number |
getMaxValue() |
Get Max value validation for properties whose valueType == DOUBLE (3) or INT (2)
|
Number |
getMinCount() |
Get Min count validation for properties whose valueType == USER (8)
|
Date |
getMinDate() |
Get Min date validation for properties whose valueType == DATE (4)
|
Number |
getMinLength() |
Get Min length validation for properties whose valueType == STRING (0)
|
Number |
getMinValue() |
Get Min value validation for properties whose valueType == DOUBLE (3) or INT (2)
|
Boolean |
getMultiline() |
Get True if string input should be multiline.
|
String |
getPattern() |
Get Regular expression pattern validation for properties whose valueType == STRING (0)
|
Number |
getPublishState() |
Get Property publish state, which can be: 0: PENDING, 1: ACTIVE, 2: INACTIVE
|
Boolean |
getRequired() |
Get True if property is required to have a non-empty value
|
String |
toString() |
public String displayName
public Number publishState
public Boolean required
public String defaultValue
public String pattern
public Number minLength
public Number maxLength
public Number minValue
public Number maxValue
public Date minDate
public Number maxDate
public Number minCount
public Number maxCount
public Boolean multiline
public Map[] enumValues
public final String getDisplayName()
public final Number getPublishState()
public final Boolean getRequired()
public final String getDefaultValue()
public final String getPattern()
public final Number getMinLength()
public final Number getMaxLength()
public final Number getMinValue()
public final Number getMaxValue()
public final Date getMinDate()
public final Number getMaxDate()
public final Number getMinCount()
public final Number getMaxCount()
public final Boolean getMultiline()
public final Map[] getEnumValues()
public static final MetadataCategoryCreatePropertyRequestCategoryPropertyConfigParams.Builder builder()
Copyright © 2021. All rights reserved.