Interface TagContract.UpdateStages.WithDisplayName
- All Known Subinterfaces:
TagContract.Update
- Enclosing interface:
TagContract.UpdateStages
public static interface TagContract.UpdateStages.WithDisplayName
The stage of the TagContract update allowing to specify displayName.
-
Method Summary
Modifier and TypeMethodDescriptionwithDisplayName(String displayName) Specifies the displayName property: Tag name..
-
Method Details
-
withDisplayName
Specifies the displayName property: Tag name..- Parameters:
displayName- Tag name.- Returns:
- the next definition stage.
-