Package com.intercom.api.types
Class UpdateVisitorRequest.WithId.Builder
java.lang.Object
com.intercom.api.types.UpdateVisitorRequest.WithId.Builder
- All Implemented Interfaces:
UpdateVisitorRequest.WithId._FinalStage,UpdateVisitorRequest.WithId.IdStage
- Enclosing class:
UpdateVisitorRequest.WithId
public static final class UpdateVisitorRequest.WithId.Builder
extends Object
implements UpdateVisitorRequest.WithId.IdStage, UpdateVisitorRequest.WithId._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) from(UpdateVisitorRequest.WithId other) A unique identified for the visitor which is given by Intercom.The visitor's name.
-
Method Details
-
from
- Specified by:
fromin interfaceUpdateVisitorRequest.WithId.IdStage
-
id
A unique identified for the visitor which is given by Intercom.
- Specified by:
idin interfaceUpdateVisitorRequest.WithId.IdStage- Returns:
- Reference to
thisso that method calls can be chained together.
-
customAttributes
public UpdateVisitorRequest.WithId._FinalStage customAttributes(Map<String, String> customAttributes) The custom attributes which are set for the visitor.
- Specified by:
customAttributesin interfaceUpdateVisitorRequest.WithId._FinalStage- Returns:
- Reference to
thisso that method calls can be chained together.
-
customAttributes
public UpdateVisitorRequest.WithId._FinalStage customAttributes(Optional<Map<String, String>> customAttributes) - Specified by:
customAttributesin interfaceUpdateVisitorRequest.WithId._FinalStage
-
name
The visitor's name.
- Specified by:
namein interfaceUpdateVisitorRequest.WithId._FinalStage- Returns:
- Reference to
thisso that method calls can be chained together.
-
name
- Specified by:
namein interfaceUpdateVisitorRequest.WithId._FinalStage
-
build
- Specified by:
buildin interfaceUpdateVisitorRequest.WithId._FinalStage
-