| Modifier and Type | Method and Description |
|---|---|
JobSchedule |
JobSchedule.withEnabled(Boolean enabled)
Set whether or not the schedule is enabled.
|
JobSchedule |
JobSchedule.withEndTime(org.joda.time.DateTime endTime)
Set schedule end time.
|
JobSchedule |
JobSchedule.withInterval(String interval)
Set value of the schedule's recurring interval, if the schedule type is recurring.
|
JobSchedule |
JobSchedule.withStartTime(org.joda.time.DateTime startTime)
Set schedule start time.
|
JobSchedule |
JobSchedule.withType(JobScheduleType type)
Set schedule interval type.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/