public final class DocumentsGetDocumentResponseOwner extends AbstractResponseObject
| Modifier and Type | Field | Description |
|---|---|---|
String |
href |
URL of user page for document owner
|
String |
id |
ID of document owner
|
String |
name |
Name of document owner
|
Number |
type |
Owner's user type, which can be: 0: user 1: company 2: Onshape
|
| Constructor | Description |
|---|---|
DocumentsGetDocumentResponseOwner() |
| Modifier and Type | Method | Description |
|---|---|---|
String |
getHref() |
Get URL of user page for document owner
|
String |
getId() |
Get ID of document owner
|
String |
getName() |
Get Name of document owner
|
Number |
getType() |
Get Owner's user type, which can be: 0: user 1: company 2: Onshape
|
String |
toString() |
getOtherPropertiespublic Number type
public String name
public String id
public String href
public final Number getType()
public final String getName()
public final String getId()
public final String getHref()
Copyright © 2021. All rights reserved.