Uses of Class
com.xero.models.accounting.BrandingTheme.TypeEnum
-
Packages that use BrandingTheme.TypeEnum Package Description com.xero.models.accounting -
-
Uses of BrandingTheme.TypeEnum in com.xero.models.accounting
Methods in com.xero.models.accounting that return BrandingTheme.TypeEnum Modifier and Type Method Description static BrandingTheme.TypeEnumBrandingTheme.TypeEnum. fromValue(String value)fromValueBrandingTheme.TypeEnumBrandingTheme. getType()Always INVOICEstatic BrandingTheme.TypeEnumBrandingTheme.TypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static BrandingTheme.TypeEnum[]BrandingTheme.TypeEnum. 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 BrandingTheme.TypeEnum Modifier and Type Method Description voidBrandingTheme. setType(BrandingTheme.TypeEnum type)Always INVOICEBrandingThemeBrandingTheme. type(BrandingTheme.TypeEnum type)Always INVOICE
-