@Generated(value="class io.swagger.codegen.languages.JavaClientCodegen", date="2015-12-03T18:48:57.986-05:00") public class Business extends Object
| Constructor and Description |
|---|
Business() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
A description of the business, provided by the business itself.
|
String |
getEmailAddress()
[read-only]
|
String |
getId()
The unique id for this business (Bookeo account) [read-only]
|
String |
getLegalIdentifiers()
Tax ID, Vat ID, other legal identifiers [read-only]
|
Image |
getLogo()
[read-only]
|
String |
getName()
[read-only]
|
List<PhoneNumber> |
getPhoneNumbers()
[read-only]
|
StreetAddress |
getStreetAddress()
[read-only]
|
String |
getWebsiteURL()
[read-only]
|
void |
setDescription(String description) |
void |
setEmailAddress(String emailAddress) |
void |
setId(String id) |
void |
setLegalIdentifiers(String legalIdentifiers) |
void |
setLogo(Image logo) |
void |
setName(String name) |
void |
setPhoneNumbers(List<PhoneNumber> phoneNumbers) |
void |
setStreetAddress(StreetAddress streetAddress) |
void |
setWebsiteURL(String websiteURL) |
String |
toString() |
public String getId()
public void setId(String id)
public String getName()
public void setName(String name)
public String getLegalIdentifiers()
public void setLegalIdentifiers(String legalIdentifiers)
public List<PhoneNumber> getPhoneNumbers()
public void setPhoneNumbers(List<PhoneNumber> phoneNumbers)
public String getWebsiteURL()
public void setWebsiteURL(String websiteURL)
public String getEmailAddress()
public void setEmailAddress(String emailAddress)
public StreetAddress getStreetAddress()
public void setStreetAddress(StreetAddress streetAddress)
public Image getLogo()
public void setLogo(Image logo)
public String getDescription()
public void setDescription(String description)
Copyright © 2015. All rights reserved.