public final class MetadataCategoryCreatePropertyRequest extends Object
| Modifier and Type | Class | Description |
|---|---|---|
static class |
MetadataCategoryCreatePropertyRequest.Builder |
| Modifier and Type | Method | Description |
|---|---|---|
static MetadataCategoryCreatePropertyRequest.Builder |
builder(Onshape onshape) |
|
String[] |
getAddToCategoryIds() |
Get List of IDs of the categories to associate this property with
|
String |
getBlobMimeType() |
Get Blob mime type if valueType == BLOB (7)
|
MetadataCategoryCreatePropertyRequestCategoryPropertyConfigParams |
getCategoryPropertyConfigParams() |
Get Additional information about property
|
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
|
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
|
String[] |
getRemoveFromCategoryIds() |
Get List of IDs of the categories to dis-associate this property from
|
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() |
public final String getName()
public final String getDescription()
public final String getOwnerId()
public final Number getOwnerType()
public final Number getValueType()
public final Boolean getIsArray()
public final String getObjectDefName()
public final String getBlobMimeType()
public final Boolean getEditableInVersion()
public final Boolean getEditableInMicroversion()
public final MetadataCategoryCreatePropertyRequestCategoryPropertyConfigParams getCategoryPropertyConfigParams()
public final String[] getAddToCategoryIds()
public final String[] getRemoveFromCategoryIds()
public static final MetadataCategoryCreatePropertyRequest.Builder builder(Onshape onshape)
Copyright © 2021. All rights reserved.