Interface CustomChannelAttribute.IdStage
-
- All Known Implementing Classes:
CustomChannelAttribute.Builder
- Enclosing class:
- CustomChannelAttribute
public static interface CustomChannelAttribute.IdStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CustomChannelAttribute.Builderfrom(CustomChannelAttribute other)CustomChannelAttribute.ValueStageid(java.lang.String id)Identifier for the attribute being collected.
-
-
-
Method Detail
-
id
CustomChannelAttribute.ValueStage id(@NotNull java.lang.String id)
Identifier for the attribute being collected.
-
from
CustomChannelAttribute.Builder from(CustomChannelAttribute other)
-
-