Uses of Class
com.xero.models.accounting.TimeZone
-
Packages that use TimeZone Package Description com.xero.models.accounting -
-
Uses of TimeZone in com.xero.models.accounting
Methods in com.xero.models.accounting that return TimeZone Modifier and Type Method Description static TimeZoneTimeZone. fromValue(String value)fromValueTimeZoneOrganisation. getTimezone()Get timezonestatic TimeZoneTimeZone. valueOf(String name)Returns the enum constant of this type with the specified name.static TimeZone[]TimeZone. 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 TimeZone Modifier and Type Method Description voidOrganisation. setTimezone(TimeZone timezone)timezoneOrganisationOrganisation. timezone(TimeZone timezone)timezone
-