Class CreateOrgRequest.Builder
- All Implemented Interfaces:
CreateOrgRequest._FinalStage,CreateOrgRequest.BodyStage
- Enclosing class:
CreateOrgRequest
-
Method Summary
Modifier and TypeMethodDescriptionadditionalProperties(Map<String, Object> additionalProperties) additionalProperty(String key, Object value) body(@NotNull OrgRequest body) build()from(CreateOrgRequest other) Whentrue, if an organization with the sameexternalIdalready exists its mutable fields are overwritten (the submittedname/status/payload/schemaIdare applied) instead of being returned unchanged; the immutableexternalIdand ownership are never changed.Whentrue, if an organization with the sameexternalIdalready exists its mutable fields are overwritten (the submittedname/status/payload/schemaIdare applied) instead of being returned unchanged; the immutableexternalIdand ownership are never changed.
-
Method Details
-
from
- Specified by:
fromin interfaceCreateOrgRequest.BodyStage
-
body
- Specified by:
bodyin interfaceCreateOrgRequest.BodyStage
-
upsert
When
true, if an organization with the sameexternalIdalready exists its mutable fields are overwritten (the submittedname/status/payload/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 theorgs:uscope in addition toorgs:c.- Specified by:
upsertin interfaceCreateOrgRequest._FinalStage- Returns:
- Reference to
thisso that method calls can be chained together.
-
upsert
When
true, if an organization with the sameexternalIdalready exists its mutable fields are overwritten (the submittedname/status/payload/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 theorgs:uscope in addition toorgs:c.- Specified by:
upsertin interfaceCreateOrgRequest._FinalStage
-
build
- Specified by:
buildin interfaceCreateOrgRequest._FinalStage
-
additionalProperty
- Specified by:
additionalPropertyin interfaceCreateOrgRequest._FinalStage
-
additionalProperties
- Specified by:
additionalPropertiesin interfaceCreateOrgRequest._FinalStage
-