Uses of Class
com.xero.models.accounting.ExternalLink
-
Packages that use 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)descriptionExternalLinkEmployee. getExternalLink()Get externalLinkExternalLinkExternalLink. linkType(ExternalLink.LinkTypeEnum linkType)See External link typesExternalLinkExternalLink. url(String url)URL for service e.g.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)Organisation profile links for popular services such as Facebook,Twitter, GooglePlus and LinkedIn.EmployeeEmployee. externalLink(ExternalLink externalLink)externalLinkvoidEmployee. setExternalLink(ExternalLink externalLink)externalLinkMethod parameters in com.xero.models.accounting with type arguments of type ExternalLink Modifier and Type Method Description OrganisationOrganisation. externalLinks(List<ExternalLink> externalLinks)Organisation profile links for popular services such as Facebook,Twitter, GooglePlus and LinkedIn.voidOrganisation. setExternalLinks(List<ExternalLink> externalLinks)Organisation profile links for popular services such as Facebook,Twitter, GooglePlus and LinkedIn.
-