Uses of Class
com.xero.models.accounting.ExternalLink.LinkTypeEnum
-
Packages that use ExternalLink.LinkTypeEnum Package Description com.xero.models.accounting -
-
Uses of ExternalLink.LinkTypeEnum in com.xero.models.accounting
Methods in com.xero.models.accounting that return ExternalLink.LinkTypeEnum Modifier and Type Method Description static ExternalLink.LinkTypeEnumExternalLink.LinkTypeEnum. fromValue(String value)fromValueExternalLink.LinkTypeEnumExternalLink. getLinkType()See External link typesstatic ExternalLink.LinkTypeEnumExternalLink.LinkTypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static ExternalLink.LinkTypeEnum[]ExternalLink.LinkTypeEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.xero.models.accounting with parameters of type ExternalLink.LinkTypeEnum Modifier and Type Method Description ExternalLinkExternalLink. linkType(ExternalLink.LinkTypeEnum linkType)See External link typesvoidExternalLink. setLinkType(ExternalLink.LinkTypeEnum linkType)See External link types
-