Class AppContextResponse.Builder
- Enclosing class:
AppContextResponse
-
Method Summary
Modifier and TypeMethodDescriptionadditionalProperties(Map<String, Object> additionalProperties) additionalProperty(String key, Object value) build()companyName(String companyName) companyName(Optional<String> companyName) Display name for the organization deploying this app context, or absent if unset.Your identifier for the app context.Whether this call created a new app context.When the app context was created, as an ISO-8601 UTC timestamp.description(String description) description(Optional<String> description) Free-text description of the app context.from(AppContextResponse other) Opaque composite identifier for this app context.lastModified(String lastModified) lastModified(Optional<String> lastModified) When the app context was last modified, as an ISO-8601 UTC timestamp.meteringAxis(String meteringAxis) meteringAxis(Optional<String> meteringAxis) The declared per-principal metering axis for this app context, or absent if unset (context-only accounting).Human-readable display name for the app context.principalBurstLimit(Integer principalBurstLimit) principalBurstLimit(Optional<Integer> principalBurstLimit) Per-principal, per-minute request cap for the opt-in per-principal burst-protection feature, or absent if unset.principalUsageCap(Integer principalUsageCap) principalUsageCap(Optional<Integer> principalUsageCap) Per-principal, per-billing-period operation cap for the opt-in per-principal usage/quota feature, or absent if unset (usage is still tracked for visibility/billing without a cap whenmeteringAxisis set but this is absent).status(AppContextResponseStatus status) status(Optional<AppContextResponseStatus> status) Lifecycle status of the app context:activeunder normal operation;purgingwhile an asynchronous delete is draining the context's data;deletedonce that teardown completes.
-
Method Details
-
from
-
created
Whether this call created a new app context. True when a new app context was created; false when an app context with the same
contextIdalready existed and was returned unchanged (idempotent create) or updated (when?upsert=true). Present only on the create response (POST /v1/app-contexts); absent on reads. The HTTP status mirrors it — 201 when created, 200 when an existing app context was returned. -
created
-
id
Opaque composite identifier for this app context. Use it as the pagination cursor (pass it as
startFromto page through results); for everything else, refer to the app context by itscontextId. -
id
-
contextId
Your identifier for the app context.
-
contextId
-
name
Human-readable display name for the app context.
-
name
-
description
Free-text description of the app context.
-
description
-
companyName
Display name for the organization deploying this app context, or absent if unset. Distinct from
name(the app's own identity) — used to personalize platform-sent correspondence (e.g. sub-user invitation emails) with your own branding. -
companyName
-
createdAt
When the app context was created, as an ISO-8601 UTC timestamp.
-
createdAt
-
lastModified
When the app context was last modified, as an ISO-8601 UTC timestamp.
-
lastModified
-
status
Lifecycle status of the app context:
activeunder normal operation;purgingwhile an asynchronous delete is draining the context's data;deletedonce that teardown completes. After you call DELETE on an app context (which returns 202 and drains asynchronously), poll this field to observe when the teardown has finished. -
status
-
meteringAxis
The declared per-principal metering axis for this app context, or absent if unset (context-only accounting).
-
meteringAxis
-
principalBurstLimit
Per-principal, per-minute request cap for the opt-in per-principal burst-protection feature, or absent if unset.
-
principalBurstLimit
-
principalUsageCap
Per-principal, per-billing-period operation cap for the opt-in per-principal usage/quota feature, or absent if unset (usage is still tracked for visibility/billing without a cap when
meteringAxisis set but this is absent). -
principalUsageCap
-
build
-
additionalProperty
-
additionalProperties
-