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