public final class MetadataGetMetadataSchemaPropertiesResponseItems extends AbstractResponseObject
| Modifier and Type | Field | Description |
|---|---|---|
String |
description |
Property description
|
Boolean |
editableInMicroversion |
True if this property can be edited in a workspace.
|
Boolean |
editableInVersion |
True if this property can be edited in a version.
|
String |
id |
Property ID
|
String |
name |
Property name
|
String |
namespace |
Property namespace (use to disambiguate properties with same name)
|
String |
ownerId |
Property owner ID
|
Number |
ownerType |
Property owner type, which can be: 1: company, 2: onshape
|
MetadataGetMetadataSchemaPropertiesResponseItemsPropertyConfigSummaryInfoList[] |
propertyConfigSummaryInfoList |
Additional information about property.
|
Number |
valueType |
Value type of property, which can be: 0:STRING, 1:BOOL, 2:INT, 3:DOUBLE, 4:DATE, 5:ENUM, 6:OBJECT, 7:BLOB, 8:USER
|
| Constructor | Description |
|---|---|
MetadataGetMetadataSchemaPropertiesResponseItems() |
| Modifier and Type | Method | Description |
|---|---|---|
String |
getDescription() |
Get Property description
|
Boolean |
getEditableInMicroversion() |
Get True if this property can be edited in a workspace.
|
Boolean |
getEditableInVersion() |
Get True if this property can be edited in a version.
|
String |
getId() |
Get Property ID
|
String |
getName() |
Get Property name
|
String |
getNamespace() |
Get Property namespace (use to disambiguate properties with same name)
|
String |
getOwnerId() |
Get Property owner ID
|
Number |
getOwnerType() |
Get Property owner type, which can be: 1: company, 2: onshape
|
MetadataGetMetadataSchemaPropertiesResponseItemsPropertyConfigSummaryInfoList[] |
getPropertyConfigSummaryInfoList() |
Get Additional information about property.
|
Number |
getValueType() |
Get Value type of property, which can be: 0:STRING, 1:BOOL, 2:INT, 3:DOUBLE, 4:DATE, 5:ENUM, 6:OBJECT, 7:BLOB, 8:USER
|
String |
toString() |
getOtherPropertiespublic String id
public String name
public String description
public String ownerId
public Number ownerType
public String namespace
public Number valueType
public Boolean editableInVersion
public Boolean editableInMicroversion
public MetadataGetMetadataSchemaPropertiesResponseItemsPropertyConfigSummaryInfoList[] propertyConfigSummaryInfoList
public MetadataGetMetadataSchemaPropertiesResponseItems()
public final String getId()
public final String getName()
public final String getDescription()
public final String getOwnerId()
public final Number getOwnerType()
public final String getNamespace()
public final Number getValueType()
public final Boolean getEditableInVersion()
public final Boolean getEditableInMicroversion()
public final MetadataGetMetadataSchemaPropertiesResponseItemsPropertyConfigSummaryInfoList[] getPropertyConfigSummaryInfoList()
Copyright © 2021. All rights reserved.