Class CreateClientRequest.Builder
- All Implemented Interfaces:
CreateClientRequest._FinalStage,CreateClientRequest.BodyStage
- Enclosing class:
CreateClientRequest
-
Method Summary
Modifier and TypeMethodDescriptionadditionalProperties(Map<String, Object> additionalProperties) additionalProperty(String key, Object value) body(@NotNull ClientRequest body) build()from(CreateClientRequest other) 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.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
-
from
- Specified by:
fromin interfaceCreateClientRequest.BodyStage
-
body
- Specified by:
bodyin interfaceCreateClientRequest.BodyStage
-
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.- Specified by:
upsertin interfaceCreateClientRequest._FinalStage- Returns:
- Reference to
thisso that method calls can be chained together.
-
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.- Specified by:
upsertin interfaceCreateClientRequest._FinalStage
-
build
- Specified by:
buildin interfaceCreateClientRequest._FinalStage
-
additionalProperty
- Specified by:
additionalPropertyin interfaceCreateClientRequest._FinalStage
-
additionalProperties
- Specified by:
additionalPropertiesin interfaceCreateClientRequest._FinalStage
-