Class ConfigureRequest.Zero

java.lang.Object
com.intercom.api.types.ConfigureRequest.Zero
Enclosing class:
ConfigureRequest

public static final class ConfigureRequest.Zero extends Object
  • Method Details

    • getWorkspaceId

      public String getWorkspaceId()
      Returns:
      The workspace ID of the teammate. Attribute is app_id for V1.2 and below.
    • 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.
    • equals

      public boolean equals(Object other)
      Overrides:
      equals in class Object
    • getAdditionalProperties

      public Map<String,Object> getAdditionalProperties()
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • builder

      public static ConfigureRequest.Zero.WorkspaceIdStage builder()