Class BetaManagedAgentsSessionActor.Builder
-
- All Implemented Interfaces:
public final class BetaManagedAgentsSessionActor.BuilderA builder for BetaManagedAgentsSessionActor.
-
-
Method Summary
-
-
Method Detail
-
sessionId
final BetaManagedAgentsSessionActor.Builder sessionId(String sessionId)
ID of the session that performed the write (a
sesn_...value). Look up the session via /en/api/sessions-retrieve for further provenance.
-
sessionId
final BetaManagedAgentsSessionActor.Builder sessionId(JsonField<String> sessionId)
Sets Builder.sessionId to an arbitrary JSON value.
You should usually call Builder.sessionId with a well-typed String value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
type
final BetaManagedAgentsSessionActor.Builder type(BetaManagedAgentsSessionActor.Type type)
-
type
final BetaManagedAgentsSessionActor.Builder type(JsonField<BetaManagedAgentsSessionActor.Type> type)
Sets Builder.type to an arbitrary JSON value.
You should usually call Builder.type with a well-typed Type value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
additionalProperties
final BetaManagedAgentsSessionActor.Builder additionalProperties(Map<String, JsonValue> additionalProperties)
-
putAdditionalProperty
final BetaManagedAgentsSessionActor.Builder putAdditionalProperty(String key, JsonValue value)
-
putAllAdditionalProperties
final BetaManagedAgentsSessionActor.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties)
-
removeAdditionalProperty
final BetaManagedAgentsSessionActor.Builder removeAdditionalProperty(String key)
-
removeAllAdditionalProperties
final BetaManagedAgentsSessionActor.Builder removeAllAdditionalProperties(Set<String> keys)
-
build
final BetaManagedAgentsSessionActor build()
Returns an immutable instance of BetaManagedAgentsSessionActor.
Further updates to this Builder will not mutate the returned instance.
The following fields are required:
.sessionId() .type()
-
-
-
-