Class LookupEntitiesRequest.Builder
- All Implemented Interfaces:
LookupEntitiesRequest._FinalStage,LookupEntitiesRequest.BodyStage
- Enclosing class:
LookupEntitiesRequest
-
Method Summary
Modifier and TypeMethodDescriptionadditionalProperties(Map<String, Object> additionalProperties) additionalProperty(String key, Object value) body(@NotNull IdentityLookupRequest body) build()Which app context to read from.Which app context to read from.from(LookupEntitiesRequest other)
-
Method Details
-
from
- Specified by:
fromin interfaceLookupEntitiesRequest.BodyStage
-
body
- Specified by:
bodyin interfaceLookupEntitiesRequest.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 interfaceLookupEntitiesRequest._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 interfaceLookupEntitiesRequest._FinalStage
-
build
- Specified by:
buildin interfaceLookupEntitiesRequest._FinalStage
-
additionalProperty
- Specified by:
additionalPropertyin interfaceLookupEntitiesRequest._FinalStage
-
additionalProperties
- Specified by:
additionalPropertiesin interfaceLookupEntitiesRequest._FinalStage
-