Package com.intercom.api.types
Interface AddressableList.TypeStage
-
- All Known Implementing Classes:
AddressableList.Builder
- Enclosing class:
- AddressableList
public static interface AddressableList.TypeStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AddressableList.Builderfrom(AddressableList other)AddressableList.IdStagetype(java.lang.String type)The addressable object type
-
-
-
Method Detail
-
type
AddressableList.IdStage type(@NotNull java.lang.String type)
The addressable object type
-
from
AddressableList.Builder from(AddressableList other)
-
-