public final class MetadataGetPropertyInfoResponsePropertyConfigInfoList extends AbstractResponseObject
| Modifier and Type | Field | Description |
|---|---|---|
String |
defaultValue |
Default value, must be set if required == true
|
Map[] |
enumValues |
Set of enum values if valueType == ENUM (5)
|
Number |
maxLength |
Max length validation for properties whose valueType == STRING
|
Number |
maxValue |
Max value validation for properties whose valueType == DOUBLE or INT
|
Number |
minLength |
Min length validation for properties whose valueType == STRING
|
Number |
minValue |
Min value validation for properties whose valueType == DOUBLE or INT
|
Boolean |
multiline |
True if string input should be multiline.
|
Number |
objectType |
Metadata object type, which can be: 0:GLOBAL, 1:DOCUMENT, 2:PART, 3:ASSEMBLY, 4:DRAWING, 5:PART_STUDIO, 6: BLOB_ELEMENT, 7:APP_ELEMENT, 8:VERSION, 9:WORKSPACE
|
String |
pattern |
Regular expression pattern validation for properties whose valueType == STRING (0)
|
String |
propertyId |
Property ID associated with this property config object
|
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
|
String |
schemaId |
Schema ID associated with this property config object
|
| Constructor | Description |
|---|---|
MetadataGetPropertyInfoResponsePropertyConfigInfoList() |
| Modifier and Type | Method | Description |
|---|---|---|
String |
getDefaultValue() |
Get Default value, must be set if required == true
|
Map[] |
getEnumValues() |
Get Set of enum values if valueType == ENUM (5)
|
Number |
getMaxLength() |
Get Max length validation for properties whose valueType == STRING
|
Number |
getMaxValue() |
Get Max value validation for properties whose valueType == DOUBLE or INT
|
Number |
getMinLength() |
Get Min length validation for properties whose valueType == STRING
|
Number |
getMinValue() |
Get Min value validation for properties whose valueType == DOUBLE or INT
|
Boolean |
getMultiline() |
Get True if string input should be multiline.
|
Number |
getObjectType() |
Get Metadata object type, which can be: 0:GLOBAL, 1:DOCUMENT, 2:PART, 3:ASSEMBLY, 4:DRAWING, 5:PART_STUDIO, 6: BLOB_ELEMENT, 7:APP_ELEMENT, 8:VERSION, 9:WORKSPACE
|
String |
getPattern() |
Get Regular expression pattern validation for properties whose valueType == STRING (0)
|
String |
getPropertyId() |
Get Property ID associated with this property config object
|
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 |
getSchemaId() |
Get Schema ID associated with this property config object
|
String |
toString() |
getOtherPropertiespublic String schemaId
public String propertyId
public Number objectType
public Number publishState
public Map[] enumValues
public Boolean required
public String defaultValue
public String pattern
public Number minLength
public Number maxLength
public Number minValue
public Number maxValue
public Boolean multiline
public MetadataGetPropertyInfoResponsePropertyConfigInfoList()
public final String getSchemaId()
public final String getPropertyId()
public final Number getObjectType()
public final Number getPublishState()
public final Map[] getEnumValues()
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 Boolean getMultiline()
Copyright © 2021. All rights reserved.