public final class CompaniesGetDocumentsByNameResponseItems extends AbstractResponseObject
| Modifier and Type | Field | Description |
|---|---|---|
String |
href |
Document URL
|
String |
id |
Document ID
|
String |
name |
Name of document
|
Boolean |
trash |
Whether document has been trashed
|
| Constructor | Description |
|---|---|
CompaniesGetDocumentsByNameResponseItems() |
| Modifier and Type | Method | Description |
|---|---|---|
String |
getHref() |
Get Document URL
|
String |
getId() |
Get Document ID
|
String |
getName() |
Get Name of document
|
Boolean |
getTrash() |
Get Whether document has been trashed
|
String |
toString() |
getOtherPropertiespublic String name
public String id
public String href
public Boolean trash
public CompaniesGetDocumentsByNameResponseItems()
public final String getName()
public final String getId()
public final String getHref()
public final Boolean getTrash()
Copyright © 2021. All rights reserved.