Interface ITimezoneService
-
- All Known Subinterfaces:
IManagementService
public interface ITimezoneService
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Optional<Timezone>getTimezoneByZoneId(String zoneId)List<Timezone>getTimezones()Returns all Timezones.
-
-
-
Method Detail
-
getTimezones
List<Timezone> getTimezones() throws IOException
Returns all Timezones.- Returns:
List- Throws:
IOException
-
getTimezoneByZoneId
Optional<Timezone> getTimezoneByZoneId(String zoneId) throws IOException, NoSuchEntityException
- Throws:
IOExceptionNoSuchEntityException
-
-