public final class MetadataCategorySearchResponseItems extends AbstractResponseObject
| Modifier and Type | Field | Description |
|---|---|---|
String |
description |
Category description
|
String |
id |
Category id
|
MetadataCategorySearchResponseItemsMemberCategories[] |
memberCategories |
List of member category info objects
|
String[] |
memberCategoryIds |
List of ids of the categories this category is member of
|
String |
name |
Category name
|
Number[] |
objectTypes |
List of metadata object types this category is applicable for picking
|
String |
ownerId |
CompanyId that owns the category
|
Number |
ownerType |
Category owner type, which will be: 1:company, 2: onshape
|
Number |
publishState |
Category publish state, which can be: 0: PENDING, 1: ACTIVE, 2: INACTIVE
|
| Constructor | Description |
|---|---|
MetadataCategorySearchResponseItems() |
| Modifier and Type | Method | Description |
|---|---|---|
String |
getDescription() |
Get Category description
|
String |
getId() |
Get Category id
|
MetadataCategorySearchResponseItemsMemberCategories[] |
getMemberCategories() |
Get List 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 String id
public String name
public String description
public String ownerId
public Number ownerType
public Number publishState
public Number[] objectTypes
public String[] memberCategoryIds
public MetadataCategorySearchResponseItemsMemberCategories[] memberCategories
public 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 MetadataCategorySearchResponseItemsMemberCategories[] getMemberCategories()
Copyright © 2021. All rights reserved.