Class ConfigureResponse.Canvas

java.lang.Object
com.intercom.api.types.ConfigureResponse.Canvas
Enclosing class:
ConfigureResponse

public static final class ConfigureResponse.Canvas extends Object
  • Method Details

    • getCanvas

      public CanvasObject getCanvas()
      Returns:
      The canvas object that defines the new UI to be shown. This will replace the previous canvas that was visible until the teammate interacted with your app.
    • 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 ConfigureResponse.Canvas.CanvasStage builder()