Package com.intercom.api.types
Interface AdminWithApp.IdStage
-
- All Known Implementing Classes:
AdminWithApp.Builder
- Enclosing class:
- AdminWithApp
public static interface AdminWithApp.IdStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AdminWithApp.Builderfrom(AdminWithApp other)AdminWithApp.NameStageid(java.lang.String id)The id representing the admin.
-
-
-
Method Detail
-
id
AdminWithApp.NameStage id(@NotNull java.lang.String id)
The id representing the admin.
-
from
AdminWithApp.Builder from(AdminWithApp other)
-
-