Interface LiveEvent.UpdateStages.WithDescription

All Known Subinterfaces:
LiveEvent.Update
Enclosing interface:
LiveEvent.UpdateStages

public static interface LiveEvent.UpdateStages.WithDescription
The stage of the LiveEvent update allowing to specify description.
  • Method Summary

    Modifier and Type
    Method
    Description
    withDescription(String description)
    Specifies the description property: A description for the live event..
  • Method Details

    • withDescription

      LiveEvent.Update withDescription(String description)
      Specifies the description property: A description for the live event..
      Parameters:
      description - A description for the live event.
      Returns:
      the next definition stage.