Uses of Class
com.xero.models.accounting.ExternalLink
Packages that use ExternalLink
-
Uses of ExternalLink in com.xero.models.accounting
Methods in com.xero.models.accounting that return ExternalLinkModifier and TypeMethodDescriptionExternalLink.description(String description) descriptionEmployee.getExternalLink()Get externalLinkExternalLink.linkType(ExternalLink.LinkTypeEnum linkType) See External link typesURL for service e.g.Methods in com.xero.models.accounting that return types with arguments of type ExternalLinkModifier and TypeMethodDescriptionOrganisation.getExternalLinks()Organisation profile links for popular services such as Facebook,Twitter, GooglePlus and LinkedIn.Methods in com.xero.models.accounting with parameters of type ExternalLinkModifier and TypeMethodDescriptionOrganisation.addExternalLinksItem(ExternalLink externalLinksItem) Organisation profile links for popular services such as Facebook,Twitter, GooglePlus and LinkedIn.Employee.externalLink(ExternalLink externalLink) externalLinkvoidEmployee.setExternalLink(ExternalLink externalLink) externalLinkMethod parameters in com.xero.models.accounting with type arguments of type ExternalLinkModifier and TypeMethodDescriptionOrganisation.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.