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 Type
    Method
    Description
    withDisplayName(String displayName)
    Specifies the displayName property: Tag name..
  • Method Details

    • withDisplayName

      TagContract.Update withDisplayName(String displayName)
      Specifies the displayName property: Tag name..
      Parameters:
      displayName - Tag name.
      Returns:
      the next definition stage.