Interface OperationContract.UpdateStages.WithDisplayName
- All Known Subinterfaces:
OperationContract.Update
- Enclosing interface:
OperationContract.UpdateStages
public static interface OperationContract.UpdateStages.WithDisplayName
The stage of the OperationContract update allowing to specify displayName.
-
Method Summary
Modifier and TypeMethodDescriptionwithDisplayName(String displayName) Specifies the displayName property: Operation Name..
-
Method Details
-
withDisplayName
Specifies the displayName property: Operation Name..- Parameters:
displayName- Operation Name.- Returns:
- the next definition stage.
-