public final class MetadataGetPropertyInfoResponse extends AbstractResponseObject
| Constructor | Description |
|---|---|
MetadataGetPropertyInfoResponse() |
| Modifier and Type | Method | Description |
|---|---|---|
Boolean |
getArray() |
Get True if property is an array type
|
String |
getBlobMimeType() |
Get Blob mime type if valueType == BLOB (7)
|
String |
getDescription() |
Get Property description
|
Boolean |
getEditableInMicroversion() |
Get True if this property can be edited in a Microversion
|
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 |
getObjectDefName() |
Get Object type name if valueType == OBJECT (6)
|
String |
getOwnerId() |
Get Property owner ID
|
Number |
getOwnerType() |
Get Property owner type, which can be: 1: company 2:onshape
|
MetadataGetPropertyInfoResponsePropertyConfigInfoList[] |
getPropertyConfigInfoList() |
Get Additional information about property only returned if schemaId is included in request
|
String |
getSafeName() |
Get Safe name
|
Number |
getSearchBoost() |
Get Relative ordering of search importance.
|
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 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 getArray()
public final String getObjectDefName()
public final String getBlobMimeType()
public final Boolean getEditableInVersion()
public final Boolean getEditableInMicroversion()
public final String getSafeName()
public final Number getSearchBoost()
public final MetadataGetPropertyInfoResponsePropertyConfigInfoList[] getPropertyConfigInfoList()
Copyright © 2021. All rights reserved.