Package com.xero.models.accounting
Class ExternalLink
java.lang.Object
com.xero.models.accounting.ExternalLink
public class ExternalLink extends Object
ExternalLink
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classExternalLink.LinkTypeEnumSee External link types -
Constructor Summary
Constructors Constructor Description ExternalLink() -
Method Summary
Modifier and Type Method Description ExternalLinkdescription(String description)booleanequals(Object o)StringgetDescription()Get descriptionExternalLink.LinkTypeEnumgetLinkType()See External link typesStringgetUrl()URL for service e.g.inthashCode()ExternalLinklinkType(ExternalLink.LinkTypeEnum linkType)voidsetDescription(String description)voidsetLinkType(ExternalLink.LinkTypeEnum linkType)voidsetUrl(String url)StringtoString()ExternalLinkurl(String url)
-
Constructor Details
-
ExternalLink
public ExternalLink()
-
-
Method Details
-
linkType
-
getLinkType
See External link types- Returns:
- linkType
-
setLinkType
-
url
-
getUrl
URL for service e.g. http://twitter.com/xeroapi- Returns:
- url
-
setUrl
-
description
-
getDescription
Get description- Returns:
- description
-
setDescription
-
equals
-
hashCode
public int hashCode() -
toString
-