Interface OperationContract.UpdateStages.WithUrlTemplate
- All Known Subinterfaces:
OperationContract.Update
- Enclosing interface:
OperationContract.UpdateStages
public static interface OperationContract.UpdateStages.WithUrlTemplate
The stage of the OperationContract update allowing to specify urlTemplate.
-
Method Summary
Modifier and TypeMethodDescriptionwithUrlTemplate(String urlTemplate) Specifies the urlTemplate property: Relative URL template identifying the target resource for this operation.
-
Method Details
-
withUrlTemplate
Specifies the urlTemplate property: Relative URL template identifying the target resource for this operation. May include parameters. Example: /customers/{cid}/orders/{oid}/?date={date}.- Parameters:
urlTemplate- Relative URL template identifying the target resource for this operation. May include parameters. Example: /customers/{cid}/orders/{oid}/?date={date}.- Returns:
- the next definition stage.
-