SupportTicketDetails.UpdateStages.WithSeverity Interface

public static interface SupportTicketDetails.UpdateStages.WithSeverity

The stage of the SupportTicketDetails update allowing to specify severity.

Method Summary

Modifier and Type Method and Description
abstract Update withSeverity(SeverityLevel severity)

Specifies the severity property: Severity level..

Method Details

withSeverity

public abstract SupportTicketDetails.Update withSeverity(SeverityLevel severity)

Specifies the severity property: Severity level..

Parameters:

severity - Severity level.

Returns:

the next definition stage.

Applies to