Interface TagOperationLinkContract.UpdateStages.WithOperationId
- All Known Subinterfaces:
TagOperationLinkContract.Update
- Enclosing interface:
TagOperationLinkContract.UpdateStages
public static interface TagOperationLinkContract.UpdateStages.WithOperationId
The stage of the TagOperationLinkContract update allowing to specify operationId.
-
Method Summary
Modifier and TypeMethodDescriptionwithOperationId(String operationId) Specifies the operationId property: Full resource Id of an API operation..
-
Method Details
-
withOperationId
Specifies the operationId property: Full resource Id of an API operation..- Parameters:
operationId- Full resource Id of an API operation.- Returns:
- the next definition stage.
-