Interface PreviewOverride.Builder

    • Method Detail

      • newMembers

        PreviewOverride.Builder newMembers​(Collection<String> newMembers)

        Information about contacts to add to an on-call rotation override.

        Parameters:
        newMembers - Information about contacts to add to an on-call rotation override.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • newMembers

        PreviewOverride.Builder newMembers​(String... newMembers)

        Information about contacts to add to an on-call rotation override.

        Parameters:
        newMembers - Information about contacts to add to an on-call rotation override.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • startTime

        PreviewOverride.Builder startTime​(Instant startTime)

        Information about the time a rotation override would begin.

        Parameters:
        startTime - Information about the time a rotation override would begin.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • endTime

        PreviewOverride.Builder endTime​(Instant endTime)

        Information about the time a rotation override would end.

        Parameters:
        endTime - Information about the time a rotation override would end.
        Returns:
        Returns a reference to this object so that method calls can be chained together.