Interface EntityRequest.ExternalIdStage

All Known Implementing Classes:
EntityRequest.Builder
Enclosing class:
EntityRequest

public static interface EntityRequest.ExternalIdStage
  • Method Details

    • externalId

      EntityRequest._FinalStage externalId(@NotNull @NotNull String externalId)

      Your own unique identifier for this entity, unique within its namespace. Used for idempotent create: if an entity with this externalId already exists in the namespace, it is returned instead of creating a duplicate.

    • from