public final class CompaniesFindResponseItems extends AbstractResponseObject
| Modifier and Type | Field | Description |
|---|---|---|
CompaniesFindResponseItemsAddress |
address |
Company address
|
Boolean |
admin |
Whether current user is administrator of company
|
String |
description |
Company description
|
String |
href |
URL of this company information
|
String |
id |
Company ID
|
String |
image |
URL for company image
|
String |
name |
Company name
|
| Constructor | Description |
|---|---|
CompaniesFindResponseItems() |
| Modifier and Type | Method | Description |
|---|---|---|
CompaniesFindResponseItemsAddress |
getAddress() |
Get Company address
|
Boolean |
getAdmin() |
Get Whether current user is administrator of company
|
String |
getDescription() |
Get Company description
|
String |
getHref() |
Get URL of this company information
|
String |
getId() |
Get Company ID
|
String |
getImage() |
Get URL for company image
|
String |
getName() |
Get Company name
|
String |
toString() |
getOtherPropertiespublic CompaniesFindResponseItemsAddress address
public String description
public String image
public Boolean admin
public String name
public String id
public String href
public final CompaniesFindResponseItemsAddress getAddress()
public final String getDescription()
public final String getImage()
public final Boolean getAdmin()
public final String getName()
public final String getId()
public final String getHref()
Copyright © 2021. All rights reserved.