public final class MetadataCategoryGetCategoryResponse extends AbstractResponseObject
| Constructor | Description |
|---|---|
MetadataCategoryGetCategoryResponse() |
| Modifier and Type | Method | Description |
|---|---|---|
String |
getDescription() |
Get Category description
|
String |
getId() |
Get Category id
|
MetadataCategoryGetCategoryResponseMemberCategories[] |
getMemberCategories() |
Get Array of member category info objects
|
String[] |
getMemberCategoryIds() |
Get List of ids of the categories this category is member of
|
String |
getName() |
Get Category name
|
Number[] |
getObjectTypes() |
Get List of metadata object types this category is applicable for picking
|
String |
getOwnerId() |
Get CompanyId that owns the category
|
Number |
getOwnerType() |
Get Category owner type, which will be: 1:company, 2: onshape
|
Number |
getPublishState() |
Get Category publish state, which can be: 0: PENDING, 1: ACTIVE, 2: INACTIVE
|
String |
toString() |
getOtherPropertiespublic final String getId()
public final String getName()
public final String getDescription()
public final String getOwnerId()
public final Number getOwnerType()
public final Number getPublishState()
public final Number[] getObjectTypes()
public final String[] getMemberCategoryIds()
public final MetadataCategoryGetCategoryResponseMemberCategories[] getMemberCategories()
Copyright © 2021. All rights reserved.