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

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

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

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

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

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

Methods in com.quartzdesk.service.types.v3_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.v3_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.v3_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.v3_0.common
 

Methods in com.quartzdesk.service.types.v3_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.v3_0.scheduler.quartz
 

Fields in com.quartzdesk.service.types.v3_0.scheduler.quartz declared as TimeZone
protected  TimeZone QuartzNthIncludedDayTrigger.timeZone
           
protected  TimeZone QuartzCronTrigger.timeZone
           
protected  TimeZone QuartzCalendarIntervalTrigger.timeZone
           
 

Methods in com.quartzdesk.service.types.v3_0.scheduler.quartz that return TimeZone
 TimeZone QuartzNthIncludedDayTrigger.getTimeZone()
          Gets the value of the timeZone property.
 TimeZone QuartzCronTrigger.getTimeZone()
          Gets the value of the timeZone property.
 TimeZone QuartzCalendarIntervalTrigger.getTimeZone()
          Gets the value of the timeZone property.
 

Methods in com.quartzdesk.service.types.v3_0.scheduler.quartz with parameters of type TimeZone
 void QuartzNthIncludedDayTrigger.setTimeZone(TimeZone value)
          Sets the value of the timeZone property.
 void QuartzCronTrigger.setTimeZone(TimeZone value)
          Sets the value of the timeZone property.
 void QuartzCalendarIntervalTrigger.setTimeZone(TimeZone value)
          Sets the value of the timeZone property.
 QuartzNthIncludedDayTrigger QuartzNthIncludedDayTrigger.withTimeZone(TimeZone value)
           
 QuartzCronTrigger QuartzCronTrigger.withTimeZone(TimeZone value)
           
 QuartzCalendarIntervalTrigger QuartzCalendarIntervalTrigger.withTimeZone(TimeZone value)
           
 



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