|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use QuartzJobDetail | |
|---|---|
| com.quartzdesk.service.quartz.v9_0 | |
| com.quartzdesk.service.types.v5_0.scheduler.quartz | |
| Uses of QuartzJobDetail in com.quartzdesk.service.quartz.v9_0 |
|---|
| Fields in com.quartzdesk.service.quartz.v9_0 declared as QuartzJobDetail | |
|---|---|
protected QuartzJobDetail |
UpdateJobRequest.jobDetail
|
protected QuartzJobDetail |
GetJobDetailResponse.jobDetail
|
protected QuartzJobDetail |
AddJobRequest.jobDetail
|
| Fields in com.quartzdesk.service.quartz.v9_0 with type parameters of type QuartzJobDetail | |
|---|---|
protected List<QuartzJobDetail> |
GetJobDetailsResponse.jobDetail
|
| Methods in com.quartzdesk.service.quartz.v9_0 that return QuartzJobDetail | |
|---|---|
QuartzJobDetail |
UpdateJobRequest.getJobDetail()
Gets the value of the jobDetail property. |
QuartzJobDetail |
GetJobDetailResponse.getJobDetail()
Gets the value of the jobDetail property. |
QuartzJobDetail |
AddJobRequest.getJobDetail()
Gets the value of the jobDetail property. |
| Methods in com.quartzdesk.service.quartz.v9_0 that return types with arguments of type QuartzJobDetail | |
|---|---|
List<QuartzJobDetail> |
GetJobDetailsResponse.getJobDetail()
Gets the value of the jobDetail property. |
| Methods in com.quartzdesk.service.quartz.v9_0 with parameters of type QuartzJobDetail | |
|---|---|
void |
UpdateJobRequest.setJobDetail(QuartzJobDetail value)
Sets the value of the jobDetail property. |
void |
GetJobDetailResponse.setJobDetail(QuartzJobDetail value)
Sets the value of the jobDetail property. |
void |
AddJobRequest.setJobDetail(QuartzJobDetail value)
Sets the value of the jobDetail property. |
GetJobDetailsResponse |
GetJobDetailsResponse.withJobDetail(QuartzJobDetail... values)
|
UpdateJobRequest |
UpdateJobRequest.withJobDetail(QuartzJobDetail value)
|
GetJobDetailResponse |
GetJobDetailResponse.withJobDetail(QuartzJobDetail value)
|
AddJobRequest |
AddJobRequest.withJobDetail(QuartzJobDetail value)
|
| Method parameters in com.quartzdesk.service.quartz.v9_0 with type arguments of type QuartzJobDetail | |
|---|---|
void |
GetJobDetailsResponse.setJobDetail(List<QuartzJobDetail> jobDetail)
Sets the value of the jobDetail property. |
GetJobDetailsResponse |
GetJobDetailsResponse.withJobDetail(Collection<QuartzJobDetail> values)
|
| Uses of QuartzJobDetail in com.quartzdesk.service.types.v5_0.scheduler.quartz |
|---|
| Fields in com.quartzdesk.service.types.v5_0.scheduler.quartz declared as QuartzJobDetail | |
|---|---|
protected QuartzJobDetail |
QuartzPlannedJobExecution.jobDetail
|
protected QuartzJobDetail |
QuartzExecutingJob.jobDetail
|
| Methods in com.quartzdesk.service.types.v5_0.scheduler.quartz with parameters of type QuartzJobDetail | |
|---|---|
void |
QuartzPlannedJobExecution.setJobDetail(QuartzJobDetail value)
Sets the value of the jobDetail property. |
void |
QuartzExecutingJob.setJobDetail(QuartzJobDetail value)
Sets the value of the jobDetail property. |
QuartzPlannedJobExecution |
QuartzPlannedJobExecution.withJobDetail(QuartzJobDetail value)
|
QuartzExecutingJob |
QuartzExecutingJob.withJobDetail(QuartzJobDetail value)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||