Interface OperationContract.UpdateStages.WithRequest
- All Known Subinterfaces:
OperationContract.Update
- Enclosing interface:
OperationContract.UpdateStages
public static interface OperationContract.UpdateStages.WithRequest
The stage of the OperationContract update allowing to specify request.
-
Method Summary
Modifier and TypeMethodDescriptionwithRequest(RequestContract request) Specifies the request property: An entity containing request details..
-
Method Details
-
withRequest
Specifies the request property: An entity containing request details..- Parameters:
request- An entity containing request details.- Returns:
- the next definition stage.
-