Package com.xero.models.accounting
Class ExternalLink
java.lang.Object
com.xero.models.accounting.ExternalLink
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondescription(String description) descriptionbooleanGet descriptionSee External link typesgetUrl()URL for service e.g.inthashCode()linkType(ExternalLink.LinkTypeEnum linkType) See External link typesvoidsetDescription(String description) descriptionvoidsetLinkType(ExternalLink.LinkTypeEnum linkType) See External link typesvoidURL for service e.g.toString()URL for service e.g.
-
Constructor Details
-
ExternalLink
public ExternalLink()
-
-
Method Details
-
linkType
See External link types- Parameters:
linkType- LinkTypeEnum- Returns:
- ExternalLink
-
getLinkType
-
setLinkType
See External link types- Parameters:
linkType- LinkTypeEnum
-
url
URL for service e.g. http://twitter.com/xeroapi- Parameters:
url- String- Returns:
- ExternalLink
-
getUrl
-
setUrl
URL for service e.g. http://twitter.com/xeroapi- Parameters:
url- String
-
description
description- Parameters:
description- String- Returns:
- ExternalLink
-
getDescription
-
setDescription
-
equals
-
hashCode
-
toString
-