Package com.intercom.api.types
Interface Translation.NameStage
-
- All Known Implementing Classes:
Translation.Builder
- Enclosing class:
- Translation
public static interface Translation.NameStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Translation.Builderfrom(Translation other)Translation.DescriptionStagename(java.lang.String name)The localised name of the subscription type.
-
-
-
Method Detail
-
name
Translation.DescriptionStage name(@NotNull java.lang.String name)
The localised name of the subscription type.
-
from
Translation.Builder from(Translation other)
-
-