OperationContract.UpdateStages.WithDescription Interface

public static interface OperationContract.UpdateStages.WithDescription

The stage of the OperationContract update allowing to specify description.

Method Summary

Modifier and Type Method and Description
abstract Update withDescription(String description)

Specifies the description property: Description of the operation.

Method Details

withDescription

public abstract OperationContract.Update withDescription(String description)

Specifies the description property: Description of the operation. May include HTML formatting tags..

Parameters:

description - Description of the operation. May include HTML formatting tags.

Returns:

the next definition stage.

Applies to