Class App


  • public final class App
    extends java.lang.Object
    • Method Detail

      • getType

        public java.lang.String getType()
        Returns:
      • getIdCode

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

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

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

        public java.lang.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​(java.lang.Object other)
        Overrides:
        equals in class java.lang.Object
      • getAdditionalProperties

        public java.util.Map<java.lang.String,​java.lang.Object> getAdditionalProperties()
      • hashCode

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

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object