Package com.intercom.api.types
Class UpdateVisitorRequest.WithUserId.Builder
java.lang.Object
com.intercom.api.types.UpdateVisitorRequest.WithUserId.Builder
- All Implemented Interfaces:
UpdateVisitorRequest.WithUserId._FinalStage,UpdateVisitorRequest.WithUserId.UserIdStage
- Enclosing class:
UpdateVisitorRequest.WithUserId
public static final class UpdateVisitorRequest.WithUserId.Builder
extends Object
implements UpdateVisitorRequest.WithUserId.UserIdStage, UpdateVisitorRequest.WithUserId._FinalStage
-
Method Summary
Modifier and TypeMethodDescriptionbuild()customAttributes(Map<String, String> customAttributes) The custom attributes which are set for the visitor.customAttributes(Optional<Map<String, String>> customAttributes) The visitor's name.A unique identified for the visitor which is given by you.
-
Method Details
-
from
- Specified by:
fromin interfaceUpdateVisitorRequest.WithUserId.UserIdStage
-
userId
A unique identified for the visitor which is given by you.
- Specified by:
userIdin interfaceUpdateVisitorRequest.WithUserId.UserIdStage- Returns:
- Reference to
thisso that method calls can be chained together.
-
customAttributes
public UpdateVisitorRequest.WithUserId._FinalStage customAttributes(Map<String, String> customAttributes) The custom attributes which are set for the visitor.
- Specified by:
customAttributesin interfaceUpdateVisitorRequest.WithUserId._FinalStage- Returns:
- Reference to
thisso that method calls can be chained together.
-
customAttributes
public UpdateVisitorRequest.WithUserId._FinalStage customAttributes(Optional<Map<String, String>> customAttributes) - Specified by:
customAttributesin interfaceUpdateVisitorRequest.WithUserId._FinalStage
-
name
The visitor's name.
- Specified by:
namein interfaceUpdateVisitorRequest.WithUserId._FinalStage- Returns:
- Reference to
thisso that method calls can be chained together.
-
name
- Specified by:
namein interfaceUpdateVisitorRequest.WithUserId._FinalStage
-
build
- Specified by:
buildin interfaceUpdateVisitorRequest.WithUserId._FinalStage
-