Class App

java.lang.Object
com.intercom.api.types.App

public final class App extends Object
  • Method Details

    • getType

      public String getType()
      Returns:
    • getIdCode

      public String getIdCode()
      Returns:
      The id of the app.
    • getName

      public String getName()
      Returns:
      The name of the app.
    • getRegion

      public String getRegion()
      Returns:
      The Intercom region the app is located in.
    • getTimezone

      public String getTimezone()
      Returns:
      The timezone of the region where the app is located.
    • getCreatedAt

      public int getCreatedAt()
      Returns:
      When the app was created.
    • getIdentityVerification

      public boolean getIdentityVerification()
      Returns:
      Whether or not the app uses identity verification.
    • 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 App.TypeStage builder()