Class App.Builder

    • Method Detail

      • type

        public App.IdCodeStage type​(@NotNull
                                    java.lang.String type)
        Specified by:
        type in interface App.TypeStage
        Returns:
        Reference to this so that method calls can be chained together.
      • idCode

        public App.NameStage idCode​(@NotNull
                                    java.lang.String idCode)
        The id of the app.

        The id of the app.

        Specified by:
        idCode in interface App.IdCodeStage
        Returns:
        Reference to this so that method calls can be chained together.
      • name

        public App.RegionStage name​(@NotNull
                                    java.lang.String name)
        The name of the app.

        The name of the app.

        Specified by:
        name in interface App.NameStage
        Returns:
        Reference to this so that method calls can be chained together.
      • region

        public App.TimezoneStage region​(@NotNull
                                        java.lang.String region)
        The Intercom region the app is located in.

        The Intercom region the app is located in.

        Specified by:
        region in interface App.RegionStage
        Returns:
        Reference to this so that method calls can be chained together.
      • timezone

        public App.CreatedAtStage timezone​(@NotNull
                                           java.lang.String timezone)
        The timezone of the region where the app is located.

        The timezone of the region where the app is located.

        Specified by:
        timezone in interface App.TimezoneStage
        Returns:
        Reference to this so that method calls can be chained together.
      • identityVerification

        public App._FinalStage identityVerification​(boolean identityVerification)
        Whether or not the app uses identity verification.

        Whether or not the app uses identity verification.

        Specified by:
        identityVerification in interface App.IdentityVerificationStage
        Returns:
        Reference to this so that method calls can be chained together.