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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description OperationContract.Update
withUrlTemplate(String urlTemplate)
Specifies the urlTemplate property: Relative URL template identifying the target resource for this operation.
-
-
-
Method Detail
-
withUrlTemplate
OperationContract.Update withUrlTemplate(String urlTemplate)
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.
-
-