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.

def endsAt: SelectionBuilder[IncidentManagementOncallRotation, Option[Time]]

End date and time of the on-call rotation.

End date and time of the on-call rotation.

ID of the on-call rotation.

ID of the on-call rotation.

def length: SelectionBuilder[IncidentManagementOncallRotation, Option[Int]]

Length of the on-call schedule, in the units specified by lengthUnit.

Length of the on-call schedule, in the units specified by lengthUnit.

Unit of the on-call rotation length.

Unit of the on-call rotation length.

def name: SelectionBuilder[IncidentManagementOncallRotation, String]

Name of the on-call rotation.

Name of the on-call rotation.

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.

def startsAt: SelectionBuilder[IncidentManagementOncallRotation, Option[Time]]

Start date of the on-call rotation.

Start date of the on-call rotation.