Interface OperationContract.UpdateStages.WithTemplateParameters
- All Known Subinterfaces:
OperationContract.Update
- Enclosing interface:
OperationContract.UpdateStages
public static interface OperationContract.UpdateStages.WithTemplateParameters
The stage of the OperationContract update allowing to specify templateParameters.
-
Method Summary
Modifier and TypeMethodDescriptionwithTemplateParameters(List<ParameterContract> templateParameters) Specifies the templateParameters property: Collection of URL template parameters..
-
Method Details
-
withTemplateParameters
Specifies the templateParameters property: Collection of URL template parameters..- Parameters:
templateParameters- Collection of URL template parameters.- Returns:
- the next definition stage.
-