Package com.intercom.api.types
Class App.Builder
java.lang.Object
com.intercom.api.types.App.Builder
- All Implemented Interfaces:
App._FinalStage,App.CreatedAtStage,App.IdCodeStage,App.IdentityVerificationStage,App.NameStage,App.RegionStage,App.TimezoneStage,App.TypeStage
- Enclosing class:
App
public static final class App.Builder
extends Object
implements App.TypeStage, App.IdCodeStage, App.NameStage, App.RegionStage, App.TimezoneStage, App.CreatedAtStage, App.IdentityVerificationStage, App._FinalStage
-
Method Summary
Modifier and TypeMethodDescriptionbuild()createdAt(int createdAt) When the app was created.The id of the app.identityVerification(boolean identityVerification) Whether or not the app uses identity verification.The name of the app.The Intercom region the app is located in.The timezone of the region where the app is located.
-
Method Details
-
from
- Specified by:
fromin interfaceApp.TypeStage
-
type
- Specified by:
typein interfaceApp.TypeStage- Returns:
- Reference to
thisso that method calls can be chained together.
-
idCode
The id of the app.
- Specified by:
idCodein interfaceApp.IdCodeStage- Returns:
- Reference to
thisso that method calls can be chained together.
-
name
The name of the app.
- Specified by:
namein interfaceApp.NameStage- Returns:
- Reference to
thisso that method calls can be chained together.
-
region
The Intercom region the app is located in.
- Specified by:
regionin interfaceApp.RegionStage- Returns:
- Reference to
thisso that method calls can be chained together.
-
timezone
The timezone of the region where the app is located.
- Specified by:
timezonein interfaceApp.TimezoneStage- Returns:
- Reference to
thisso that method calls can be chained together.
-
createdAt
When the app was created.
- Specified by:
createdAtin interfaceApp.CreatedAtStage- Returns:
- Reference to
thisso that method calls can be chained together.
-
identityVerification
Whether or not the app uses identity verification.
- Specified by:
identityVerificationin interfaceApp.IdentityVerificationStage- Returns:
- Reference to
thisso that method calls can be chained together.
-
build
- Specified by:
buildin interfaceApp._FinalStage
-