Package com.intercom.api.types
Class ConfigureRequest.ComponentId
- java.lang.Object
-
- com.intercom.api.types.ConfigureRequest.ComponentId
-
- Enclosing class:
- ConfigureRequest
public static final class ConfigureRequest.ComponentId extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceConfigureRequest.ComponentId._FinalStagestatic interfaceConfigureRequest.ComponentId.AdminStagestatic classConfigureRequest.ComponentId.Builderstatic interfaceConfigureRequest.ComponentId.ComponentIdStagestatic interfaceConfigureRequest.ComponentId.ContextStagestatic interfaceConfigureRequest.ComponentId.CurrentCanvasStagestatic interfaceConfigureRequest.ComponentId.WorkspaceIdStagestatic interfaceConfigureRequest.ComponentId.WorkspaceRegionStage
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ConfigureRequest.ComponentId.WorkspaceIdStagebuilder()booleanequals(java.lang.Object other)java.util.Map<java.lang.String,java.lang.Object>getAdditionalProperties()AdmingetAdmin()java.lang.StringgetComponentId()ContextgetContext()CanvasObjectgetCurrentCanvas()java.util.Map<java.lang.String,java.lang.Object>getInputValues()java.lang.StringgetWorkspaceId()java.lang.StringgetWorkspaceRegion()inthashCode()java.lang.StringtoString()
-
-
-
Method Detail
-
getWorkspaceId
public java.lang.String getWorkspaceId()
- Returns:
- The workspace ID of the teammate. Attribute is app_id for V1.2 and below.
-
getWorkspaceRegion
public java.lang.String getWorkspaceRegion()
- Returns:
- The Intercom hosted region that this app is located in.
-
getComponentId
public java.lang.String getComponentId()
- Returns:
- The id of the component clicked by the teammate to trigger the request.
-
getAdmin
public Admin getAdmin()
- Returns:
- The Intercom teammate configuring the app.
-
getContext
public Context getContext()
- Returns:
- The context of where the app is added, where the user last visited, and information on the Messenger settings.
-
getCurrentCanvas
public CanvasObject getCurrentCanvas()
- Returns:
- The current canvas the teammate can see.
-
getInputValues
public java.util.Map<java.lang.String,java.lang.Object> getInputValues()
- Returns:
- A list of key/value pairs of data, inputted by the teammate on the current canvas.
-
equals
public boolean equals(java.lang.Object other)
- Overrides:
equalsin classjava.lang.Object
-
getAdditionalProperties
public java.util.Map<java.lang.String,java.lang.Object> getAdditionalProperties()
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
builder
public static ConfigureRequest.ComponentId.WorkspaceIdStage builder()
-
-