Uses of Class
com.quartzdesk.service.types.v1_0.scheduler.quartz.JobDetail

Packages that use JobDetail
com.quartzdesk.service.quartz.v5_0   
com.quartzdesk.service.types.v1_0.scheduler.quartz   
 

Uses of JobDetail in com.quartzdesk.service.quartz.v5_0
 

Fields in com.quartzdesk.service.quartz.v5_0 declared as JobDetail
protected  JobDetail UpdateJobRequest.jobDetail
           
protected  JobDetail GetJobDetailResponse.jobDetail
           
protected  JobDetail AddJobRequest.jobDetail
           
 

Fields in com.quartzdesk.service.quartz.v5_0 with type parameters of type JobDetail
protected  List<JobDetail> GetJobDetailsResponse.jobDetail
           
 

Methods in com.quartzdesk.service.quartz.v5_0 that return JobDetail
 JobDetail UpdateJobRequest.getJobDetail()
          Gets the value of the jobDetail property.
 JobDetail GetJobDetailResponse.getJobDetail()
          Gets the value of the jobDetail property.
 JobDetail AddJobRequest.getJobDetail()
          Gets the value of the jobDetail property.
 

Methods in com.quartzdesk.service.quartz.v5_0 that return types with arguments of type JobDetail
 List<JobDetail> GetJobDetailsResponse.getJobDetail()
          Gets the value of the jobDetail property.
 

Methods in com.quartzdesk.service.quartz.v5_0 with parameters of type JobDetail
 void UpdateJobRequest.setJobDetail(JobDetail value)
          Sets the value of the jobDetail property.
 void GetJobDetailResponse.setJobDetail(JobDetail value)
          Sets the value of the jobDetail property.
 void AddJobRequest.setJobDetail(JobDetail value)
          Sets the value of the jobDetail property.
 GetJobDetailsResponse GetJobDetailsResponse.withJobDetail(JobDetail... values)
           
 UpdateJobRequest UpdateJobRequest.withJobDetail(JobDetail value)
           
 GetJobDetailResponse GetJobDetailResponse.withJobDetail(JobDetail value)
           
 AddJobRequest AddJobRequest.withJobDetail(JobDetail value)
           
 

Method parameters in com.quartzdesk.service.quartz.v5_0 with type arguments of type JobDetail
 void GetJobDetailsResponse.setJobDetail(List<JobDetail> jobDetail)
          Sets the value of the jobDetail property.
 GetJobDetailsResponse GetJobDetailsResponse.withJobDetail(Collection<JobDetail> values)
           
 

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

Fields in com.quartzdesk.service.types.v1_0.scheduler.quartz declared as JobDetail
protected  JobDetail ExecutingJob.jobDetail
           
 

Methods in com.quartzdesk.service.types.v1_0.scheduler.quartz that return JobDetail
 JobDetail ObjectFactory.createJobDetail()
          Create an instance of JobDetail
 JobDetail ExecutingJob.getJobDetail()
          Gets the value of the jobDetail property.
 JobDetail JobDetail.withDescription(String value)
           
 JobDetail JobDetail.withDurability(Boolean value)
           
 JobDetail JobDetail.withGroup(JobGroup value)
           
 JobDetail JobDetail.withJobClass(String value)
           
 JobDetail JobDetail.withJobDataMap(JobDataMap value)
           
 JobDetail JobDetail.withName(String value)
           
 JobDetail JobDetail.withShouldRecover(Boolean value)
           
 JobDetail JobDetail.withVolatility(Boolean value)
           
 

Methods in com.quartzdesk.service.types.v1_0.scheduler.quartz with parameters of type JobDetail
 void ExecutingJob.setJobDetail(JobDetail value)
          Sets the value of the jobDetail property.
 ExecutingJob ExecutingJob.withJobDetail(JobDetail value)
           
 



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