Package com.intercom.api.types
Interface ConfigureRequest.ComponentId.ComponentIdStage
-
- All Known Implementing Classes:
ConfigureRequest.ComponentId.Builder
- Enclosing class:
- ConfigureRequest.ComponentId
public static interface ConfigureRequest.ComponentId.ComponentIdStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ConfigureRequest.ComponentId.AdminStagecomponentId(java.lang.String componentId)The id of the component clicked by the teammate to trigger the request.
-
-
-
Method Detail
-
componentId
ConfigureRequest.ComponentId.AdminStage componentId(@NotNull java.lang.String componentId)
The id of the component clicked by the teammate to trigger the request.
-
-