public class TimeZoneEditModel extends RestTemplate
Modifier and Type | Class and Description |
---|---|
static class |
TimeZoneEditModel.Region |
static class |
TimeZoneEditModel.TimeZone |
Modifier and Type | Field and Description |
---|---|
String |
currentTimeZoneId |
List<TimeZoneEditModel.Region> |
regions |
List<TimeZoneEditModel.TimeZone> |
timeZones |
Constructor and Description |
---|
TimeZoneEditModel() |
Modifier and Type | Method and Description |
---|---|
static List<TimeZoneEditModel.Region> |
fromRegionInfos(List<com.atlassian.jira.timezone.RegionInfo> regions) |
static TimeZoneEditModel.TimeZone |
fromTimeZoneInfo(com.atlassian.jira.timezone.TimeZoneInfo info) |
static List<TimeZoneEditModel.TimeZone> |
toTimeZones(List<com.atlassian.jira.timezone.TimeZoneInfo> timeZoneInfos) |
equals, hashCode, toString
public String currentTimeZoneId
public List<TimeZoneEditModel.Region> regions
public List<TimeZoneEditModel.TimeZone> timeZones
public static List<TimeZoneEditModel.Region> fromRegionInfos(List<com.atlassian.jira.timezone.RegionInfo> regions)
public static List<TimeZoneEditModel.TimeZone> toTimeZones(List<com.atlassian.jira.timezone.TimeZoneInfo> timeZoneInfos)
public static TimeZoneEditModel.TimeZone fromTimeZoneInfo(com.atlassian.jira.timezone.TimeZoneInfo info)
Copyright © 2007–2025 Atlassian. All rights reserved.