Interface CreateEntityRequest._FinalStage
- All Known Implementing Classes:
CreateEntityRequest.Builder
- Enclosing class:
CreateEntityRequest
public static interface CreateEntityRequest._FinalStage
-
Method Summary
Modifier and TypeMethodDescriptionadditionalProperties(Map<String, Object> additionalProperties) additionalProperty(String key, Object value) build()Which app context owns the new entity.Whentrue, overwrite an existing entity's mutable fields instead of returning it unchanged.
-
Method Details
-
build
CreateEntityRequest build() -
additionalProperty
-
additionalProperties
-
upsert
When
true, overwrite an existing entity's mutable fields instead of returning it unchanged. Requires theentities:u:<namespace>scope in addition toentities:c:<namespace>. -
upsert
-
contextId
Which app context owns the new entity. Required when the namespace is context-placed and omitted otherwise: a tenant-placed namespace's entities are shared by every context, so supplying one is rejected. A context-confined credential may only name its own context. An entity's context is fixed at creation and cannot be changed afterwards.
-
contextId
-