Interface OperationContract.UpdateStages.WithDescription
- All Known Subinterfaces:
OperationContract.Update
- Enclosing interface:
OperationContract.UpdateStages
public static interface OperationContract.UpdateStages.WithDescription
The stage of the OperationContract update allowing to specify description.
-
Method Summary
Modifier and TypeMethodDescriptionwithDescription(String description) Specifies the description property: Description of the operation.
-
Method Details
-
withDescription
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.
-