LiveEvent.DefinitionStages.WithDescription Interface

public static interface LiveEvent.DefinitionStages.WithDescription

The stage of the LiveEvent definition allowing to specify description.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withDescription(String description)

Specifies the description property: A description for the live event..

Method Details

withDescription

public abstract LiveEvent.DefinitionStages.WithCreate 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.

Applies to