Class ShowContactByExternalIdRequest.Builder
- java.lang.Object
-
- com.intercom.api.resources.contacts.requests.ShowContactByExternalIdRequest.Builder
-
- All Implemented Interfaces:
ShowContactByExternalIdRequest._FinalStage,ShowContactByExternalIdRequest.ExternalIdStage
- Enclosing class:
- ShowContactByExternalIdRequest
public static final class ShowContactByExternalIdRequest.Builder extends java.lang.Object implements ShowContactByExternalIdRequest.ExternalIdStage, ShowContactByExternalIdRequest._FinalStage
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ShowContactByExternalIdRequestbuild()ShowContactByExternalIdRequest._FinalStageexternalId(java.lang.String externalId)The external ID of the user that you want to retrieveShowContactByExternalIdRequest.Builderfrom(ShowContactByExternalIdRequest other)
-
-
-
Method Detail
-
from
public ShowContactByExternalIdRequest.Builder from(ShowContactByExternalIdRequest other)
- Specified by:
fromin interfaceShowContactByExternalIdRequest.ExternalIdStage
-
externalId
public ShowContactByExternalIdRequest._FinalStage externalId(@NotNull java.lang.String externalId)
The external ID of the user that you want to retrieve
The external ID of the user that you want to retrieve
- Specified by:
externalIdin interfaceShowContactByExternalIdRequest.ExternalIdStage- Returns:
- Reference to
thisso that method calls can be chained together.
-
build
public ShowContactByExternalIdRequest build()
- Specified by:
buildin interfaceShowContactByExternalIdRequest._FinalStage
-
-