Class UpdateEntityRequest.Builder
- All Implemented Interfaces:
UpdateEntityRequest._FinalStage,UpdateEntityRequest.BodyStage
- Enclosing class:
UpdateEntityRequest
-
Method Summary
Modifier and TypeMethodDescriptionadditionalProperties(Map<String, Object> additionalProperties) additionalProperty(String key, Object value) body(@NotNull EntityRequest body) build()Which app context to read from.Which app context to read from.from(UpdateEntityRequest other)
-
Method Details
-
from
- Specified by:
fromin interfaceUpdateEntityRequest.BodyStage
-
body
- Specified by:
bodyin interfaceUpdateEntityRequest.BodyStage
-
contextId
Which app context to read from. Required when the namespace is context-placed and rejected otherwise: a tenant-placed namespace's entities are shared by every context, so there is nothing to name. A context-placed namespace's entities belong to exactly one context and are invisible from the others — the same
externalIdmay name a different entity in each. A context-confined credential may only name its own context.- Specified by:
contextIdin interfaceUpdateEntityRequest._FinalStage- Returns:
- Reference to
thisso that method calls can be chained together.
-
contextId
Which app context to read from. Required when the namespace is context-placed and rejected otherwise: a tenant-placed namespace's entities are shared by every context, so there is nothing to name. A context-placed namespace's entities belong to exactly one context and are invisible from the others — the same
externalIdmay name a different entity in each. A context-confined credential may only name its own context.- Specified by:
contextIdin interfaceUpdateEntityRequest._FinalStage
-
build
- Specified by:
buildin interfaceUpdateEntityRequest._FinalStage
-
additionalProperty
- Specified by:
additionalPropertyin interfaceUpdateEntityRequest._FinalStage
-
additionalProperties
- Specified by:
additionalPropertiesin interfaceUpdateEntityRequest._FinalStage
-