Interface Incident.UpdateStages.WithOwner

  • All Known Subinterfaces:
    Incident.Update
    Enclosing interface:
    Incident.UpdateStages

    public static interface Incident.UpdateStages.WithOwner
    The stage of the Incident update allowing to specify owner.
    • Method Detail

      • withOwner

        Incident.Update withOwner​(IncidentOwnerInfo owner)
        Specifies the owner property: Describes a user that the incident is assigned to.
        Parameters:
        owner - Describes a user that the incident is assigned to.
        Returns:
        the next definition stage.