Class GetEntityVersionsRequest.Builder
java.lang.Object
ai.vectros.resources.identity.requests.GetEntityVersionsRequest.Builder
- Enclosing class:
GetEntityVersionsRequest
-
Method Summary
Modifier and TypeMethodDescriptionadditionalProperties(Map<String, Object> additionalProperties) additionalProperty(String key, Object value) build()Which app context to read from.from(GetEntityVersionsRequest other) Pagination cursor from a previous page'snextCursor.
-
Method Details
-
from
-
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. -
contextId
-
startFrom
Pagination cursor from a previous page's
nextCursor. -
startFrom
-
build
-
additionalProperty
-
additionalProperties
public GetEntityVersionsRequest.Builder additionalProperties(Map<String, Object> additionalProperties)
-