Package com.intercom.api.types
Interface CustomChannelAttribute.ValueStage
-
- All Known Implementing Classes:
CustomChannelAttribute.Builder
- Enclosing class:
- CustomChannelAttribute
public static interface CustomChannelAttribute.ValueStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CustomChannelAttribute._FinalStagevalue(java.lang.String value)Value provided by the user for the attribute.
-
-
-
Method Detail
-
value
CustomChannelAttribute._FinalStage value(@NotNull java.lang.String value)
Value provided by the user for the attribute.
-
-