OperationContract.UpdateStages.WithDisplayName Interface

public static interface OperationContract.UpdateStages.WithDisplayName

The stage of the OperationContract update allowing to specify displayName.

Method Summary

Modifier and Type Method and Description
abstract Update withDisplayName(String displayName)

Specifies the displayName property: Operation Name..

Method Details

withDisplayName

public abstract OperationContract.Update withDisplayName(String displayName)

Specifies the displayName property: Operation Name..

Parameters:

displayName - Operation Name.

Returns:

the next definition stage.

Applies to