Interface NamedValueContract.UpdateStages.WithTags
- All Known Subinterfaces:
NamedValueContract.Update
- Enclosing interface:
NamedValueContract.UpdateStages
public static interface NamedValueContract.UpdateStages.WithTags
The stage of the NamedValueContract update allowing to specify tags.
-
Method Summary
Modifier and TypeMethodDescriptionSpecifies the tags property: Optional tags that when provided can be used to filter the NamedValue list..
-
Method Details
-
withTags
Specifies the tags property: Optional tags that when provided can be used to filter the NamedValue list..- Parameters:
tags- Optional tags that when provided can be used to filter the NamedValue list.- Returns:
- the next definition stage.
-