IncidentManagementOncallRotation
class Object
trait Matchable
class Any
Value members
Concrete methods
def activePeriod[A](innerSelection: SelectionBuilder[OncallRotationActivePeriodType, A]): SelectionBuilder[IncidentManagementOncallRotation, Option[A]]
Active period for the on-call rotation.
Active period for the on-call rotation.
Length of the on-call schedule, in the units specified by lengthUnit.
Length of the on-call schedule, in the units specified by lengthUnit.
def participants[A](after: Option[String], before: Option[String], first: Option[Int], last: Option[Int])(innerSelection: SelectionBuilder[OncallParticipantTypeConnection, A]): SelectionBuilder[IncidentManagementOncallRotation, Option[A]]
Participants of the on-call rotation.
Participants of the on-call rotation.
def shifts[A](startTime: Time, endTime: Time, after: Option[String], before: Option[String], first: Option[Int], last: Option[Int])(innerSelection: SelectionBuilder[IncidentManagementOncallShiftConnection, A]): SelectionBuilder[IncidentManagementOncallRotation, Option[A]]
Blocks of time for which a participant is on-call within a given time frame. Time frame cannot exceed one month.
Blocks of time for which a participant is on-call within a given time frame. Time frame cannot exceed one month.