Package ai.vectros.types
Interface ClientRequest.ExternalIdStage
- All Known Implementing Classes:
ClientRequest.Builder
- Enclosing class:
ClientRequest
public static interface ClientRequest.ExternalIdStage
-
Method Summary
Modifier and TypeMethodDescriptionexternalId(@NotNull String externalId) Your own unique identifier for this client.from(ClientRequest other)
-
Method Details
-
externalId
Your own unique identifier for this client. Used for idempotent create: if a client with this
externalIdalready exists, it is returned instead of creating a duplicate. -
from
-