Uses of Class
com.xero.models.accounting.ExternalLink
| Package | Description |
|---|---|
| com.xero.models.accounting |
-
Uses of ExternalLink in com.xero.models.accounting
Methods in com.xero.models.accounting that return ExternalLink Modifier and Type Method Description ExternalLinkExternalLink. description(String description)ExternalLinkEmployee. getExternalLink()Get externalLinkExternalLinkExternalLink. linkType(ExternalLink.LinkTypeEnum linkType)ExternalLinkExternalLink. url(String url)Methods in com.xero.models.accounting that return types with arguments of type ExternalLink Modifier and Type Method Description List<ExternalLink>Organisation. getExternalLinks()Organisation profile links for popular services such as Facebook,Twitter, GooglePlus and LinkedIn.Methods in com.xero.models.accounting with parameters of type ExternalLink Modifier and Type Method Description OrganisationOrganisation. addExternalLinksItem(ExternalLink externalLinksItem)EmployeeEmployee. externalLink(ExternalLink externalLink)voidEmployee. setExternalLink(ExternalLink externalLink)Method parameters in com.xero.models.accounting with type arguments of type ExternalLink Modifier and Type Method Description OrganisationOrganisation. externalLinks(List<ExternalLink> externalLinks)voidOrganisation. setExternalLinks(List<ExternalLink> externalLinks)