Uses of Enum
com.xero.models.accounting.ExternalLink.LinkTypeEnum
Packages that use ExternalLink.LinkTypeEnum
-
Uses of ExternalLink.LinkTypeEnum in com.xero.models.accounting
Methods in com.xero.models.accounting that return ExternalLink.LinkTypeEnumModifier and TypeMethodDescriptionstatic ExternalLink.LinkTypeEnumfromValueExternalLink.getLinkType()See External link typesstatic ExternalLink.LinkTypeEnumReturns 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.LinkTypeEnumModifier and TypeMethodDescriptionExternalLink.linkType(ExternalLink.LinkTypeEnum linkType) See External link typesvoidExternalLink.setLinkType(ExternalLink.LinkTypeEnum linkType) See External link types