Interface CreateClientRequest._FinalStage
- All Known Implementing Classes:
CreateClientRequest.Builder
- Enclosing class:
CreateClientRequest
public static interface CreateClientRequest._FinalStage
-
Method Summary
Modifier and TypeMethodDescriptionadditionalProperties(Map<String, Object> additionalProperties) additionalProperty(String key, Object value) build()Whentrue, if a client with the sameexternalIdalready exists its mutable fields are overwritten (the submittedname/status/payload/orgId/schemaIdare applied) instead of being returned unchanged; the immutableexternalIdand ownership are never changed.
-
Method Details
-
build
CreateClientRequest build() -
additionalProperty
-
additionalProperties
-
upsert
When
true, if a client with the sameexternalIdalready exists its mutable fields are overwritten (the submittedname/status/payload/orgId/schemaIdare applied) instead of being returned unchanged; the immutableexternalIdand ownership are never changed. A re-applied upsert whose content matches is a no-op. Defaults tofalse. Requires theclients:uscope in addition toclients:c. -
upsert
-