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