public final class MetadataCategoryCreatePropertyResponse extends AbstractResponseObject
| Constructor | Description |
|---|---|
MetadataCategoryCreatePropertyResponse() |
| Modifier and Type | Method | Description |
|---|---|---|
String |
getBlobMimeType() |
Get Blob mime type if valueType == BLOB (7)
|
MetadataCategoryCreatePropertyResponseCategoryPropertyConfigInfo |
getCategoryPropertyConfigInfo() |
Get Additional information about property
|
MetadataCategoryCreatePropertyResponseCategorySummaryInfoList[] |
getCategorySummaryInfoList() |
Get List of member category summary info objects
|
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
|
Boolean |
getIsArray() |
Get True if property is an array type
|
String |
getName() |
Get Property 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
|
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 MetadataCategoryCreatePropertyResponse()
public final String getId()
public final String getName()
public final String getOwnerId()
public final Number getOwnerType()
public final Number getValueType()
public final String getDescription()
public final Boolean getIsArray()
public final String getObjectDefName()
public final String getBlobMimeType()
public final Boolean getEditableInVersion()
public final Boolean getEditableInMicroversion()
public final MetadataCategoryCreatePropertyResponseCategoryPropertyConfigInfo getCategoryPropertyConfigInfo()
public final MetadataCategoryCreatePropertyResponseCategorySummaryInfoList[] getCategorySummaryInfoList()
Copyright © 2021. All rights reserved.