Uses of Class
com.quartzdesk.service.types.v1_0.common.TimeZone

Packages that use TimeZone
com.quartzdesk.service.types.v1_0.agent   
com.quartzdesk.service.types.v1_0.common   
com.quartzdesk.service.types.v1_0.scheduler.quartz   
 

Uses of TimeZone in com.quartzdesk.service.types.v1_0.agent
 

Fields in com.quartzdesk.service.types.v1_0.agent declared as TimeZone
protected  TimeZone AgentInfo.timeZone
           
 

Fields in com.quartzdesk.service.types.v1_0.agent with type parameters of type TimeZone
protected  List<TimeZone> AgentInfo.availableTimeZone
           
 

Methods in com.quartzdesk.service.types.v1_0.agent that return TimeZone
 TimeZone AgentInfo.getTimeZone()
          Gets the value of the timeZone property.
 

Methods in com.quartzdesk.service.types.v1_0.agent that return types with arguments of type TimeZone
 List<TimeZone> AgentInfo.getAvailableTimeZone()
          Gets the value of the availableTimeZone property.
 

Methods in com.quartzdesk.service.types.v1_0.agent with parameters of type TimeZone
 void AgentInfo.setTimeZone(TimeZone value)
          Sets the value of the timeZone property.
 AgentInfo AgentInfo.withAvailableTimeZone(TimeZone... values)
           
 AgentInfo AgentInfo.withTimeZone(TimeZone value)
           
 

Method parameters in com.quartzdesk.service.types.v1_0.agent with type arguments of type TimeZone
 void AgentInfo.setAvailableTimeZone(List<TimeZone> availableTimeZone)
          Sets the value of the availableTimeZone property.
 AgentInfo AgentInfo.withAvailableTimeZone(Collection<TimeZone> values)
           
 

Uses of TimeZone in com.quartzdesk.service.types.v1_0.common
 

Methods in com.quartzdesk.service.types.v1_0.common that return TimeZone
 TimeZone ObjectFactory.createTimeZone()
          Create an instance of TimeZone
 TimeZone TimeZone.withDisplayName(String value)
           
 TimeZone TimeZone.withId(String value)
           
 TimeZone TimeZone.withOffset(Integer value)
           
 

Uses of TimeZone in com.quartzdesk.service.types.v1_0.scheduler.quartz
 

Fields in com.quartzdesk.service.types.v1_0.scheduler.quartz declared as TimeZone
protected  TimeZone NthIncludedDayTrigger.timeZone
           
protected  TimeZone CronTrigger.timeZone
           
protected  TimeZone CalendarIntervalTrigger.timeZone
           
 

Methods in com.quartzdesk.service.types.v1_0.scheduler.quartz that return TimeZone
 TimeZone NthIncludedDayTrigger.getTimeZone()
          Gets the value of the timeZone property.
 TimeZone CronTrigger.getTimeZone()
          Gets the value of the timeZone property.
 TimeZone CalendarIntervalTrigger.getTimeZone()
          Gets the value of the timeZone property.
 

Methods in com.quartzdesk.service.types.v1_0.scheduler.quartz with parameters of type TimeZone
 void NthIncludedDayTrigger.setTimeZone(TimeZone value)
          Sets the value of the timeZone property.
 void CronTrigger.setTimeZone(TimeZone value)
          Sets the value of the timeZone property.
 void CalendarIntervalTrigger.setTimeZone(TimeZone value)
          Sets the value of the timeZone property.
 NthIncludedDayTrigger NthIncludedDayTrigger.withTimeZone(TimeZone value)
           
 CronTrigger CronTrigger.withTimeZone(TimeZone value)
           
 CalendarIntervalTrigger CalendarIntervalTrigger.withTimeZone(TimeZone value)
           
 



Copyright © 2013–2017 QuartzDesk.com. All rights reserved.