public final class MetadataCategoryCreateCategoryRequest extends Object
| Modifier and Type | Class | Description |
|---|---|---|
static class |
MetadataCategoryCreateCategoryRequest.Builder |
| Modifier and Type | Method | Description |
|---|---|---|
static MetadataCategoryCreateCategoryRequest.Builder |
builder(Onshape onshape) |
|
String |
getDescription() |
Get Category description
|
String[] |
getMemberCategoryIds() |
Get List of ids of the categories this category will be member of
|
String |
getName() |
Get Category name
|
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
|
Number[] |
getObjectTypes() |
Get List of metadata object types this category will be applicable for picking
|
String |
getOwnerId() |
Get CompanyId that will own the category
|
Number |
getOwnerType() |
Get Owner type, which can be: 1:company
|
Number |
getPublishState() |
Get Category publish state, which can be: 0: PENDING, 1: ACTIVE, 2: INACTIVE
|
String |
toString() |
public final String getName()
public final String getDescription()
public final String getOwnerId()
public final Number getOwnerType()
public final Number getObjectType()
public final Number[] getObjectTypes()
public final String[] getMemberCategoryIds()
public final Number getPublishState()
public static final MetadataCategoryCreateCategoryRequest.Builder builder(Onshape onshape)
Copyright © 2021. All rights reserved.