Interface CreateOrgRequest._FinalStage
- All Known Implementing Classes:
CreateOrgRequest.Builder
- Enclosing class:
CreateOrgRequest
public static interface CreateOrgRequest._FinalStage
-
Method Summary
Modifier and TypeMethodDescriptionadditionalProperties(Map<String, Object> additionalProperties) additionalProperty(String key, Object value) build()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
-
build
CreateOrgRequest build() -
additionalProperty
-
additionalProperties
-
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. -
upsert
-