Interface OperationContract.DefinitionStages.WithUrlTemplate
- All Known Subinterfaces:
OperationContract.Definition,OperationContract.DefinitionStages.WithCreate
- Enclosing interface:
OperationContract.DefinitionStages
public static interface OperationContract.DefinitionStages.WithUrlTemplate
The stage of the OperationContract definition 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.
-