SupportTicketDetails.UpdateStages.WithContactDetails Interface

public static interface SupportTicketDetails.UpdateStages.WithContactDetails

The stage of the SupportTicketDetails update allowing to specify contactDetails.

Method Summary

Modifier and Type Method and Description
abstract Update withContactDetails(UpdateContactProfile contactDetails)

Specifies the contactDetails property: Contact details to be updated on the support ticket..

Method Details

withContactDetails

public abstract SupportTicketDetails.Update withContactDetails(UpdateContactProfile contactDetails)

Specifies the contactDetails property: Contact details to be updated on the support ticket..

Parameters:

contactDetails - Contact details to be updated on the support ticket.

Returns:

the next definition stage.

Applies to