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 Detail

      • withDisplayName

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