Interface ShowContactByExternalIdRequest.ExternalIdStage
-
- All Known Implementing Classes:
ShowContactByExternalIdRequest.Builder
- Enclosing class:
- ShowContactByExternalIdRequest
public static interface ShowContactByExternalIdRequest.ExternalIdStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ShowContactByExternalIdRequest._FinalStageexternalId(java.lang.String externalId)The external ID of the user that you want to retrieveShowContactByExternalIdRequest.Builderfrom(ShowContactByExternalIdRequest other)
-
-
-
Method Detail
-
externalId
ShowContactByExternalIdRequest._FinalStage externalId(@NotNull java.lang.String externalId)
The external ID of the user that you want to retrieve
-
from
ShowContactByExternalIdRequest.Builder from(ShowContactByExternalIdRequest other)
-
-