Class AgentTypeCreateParams
-
- All Implemented Interfaces:
-
dev.case.api.core.Params
public final class AgentTypeCreateParams implements Params
Create a reusable agent role for legal matter orchestration.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classAgentTypeCreateParams.BuilderA builder for AgentTypeCreateParams.
public final classAgentTypeCreateParams.Bodypublic final classAgentTypeCreateParams.Metadata
-
Method Summary
Modifier and Type Method Description final Stringinstructions()final Stringname()final Optional<String>description()final Optional<List<String>>disabledTools()final Optional<List<String>>enabledTools()final Optional<Boolean>isActive()final Optional<Boolean>isDefault()final Optional<AgentTypeCreateParams.Metadata>metadata()final Optional<String>model()final Optional<List<String>>skillRefs()final Optional<String>slug()final JsonField<String>_instructions()Returns the raw JSON value of instructions. final JsonField<String>_name()Returns the raw JSON value of name. final JsonField<String>_description()Returns the raw JSON value of description. final JsonField<List<String>>_disabledTools()Returns the raw JSON value of disabledTools. final JsonField<List<String>>_enabledTools()Returns the raw JSON value of enabledTools. final JsonField<Boolean>_isActive()Returns the raw JSON value of isActive. final JsonField<Boolean>_isDefault()Returns the raw JSON value of isDefault. final JsonField<AgentTypeCreateParams.Metadata>_metadata()Returns the raw JSON value of metadata. final JsonField<String>_model()Returns the raw JSON value of model. final JsonField<List<String>>_skillRefs()Returns the raw JSON value of skillRefs. final JsonField<String>_slug()Returns the raw JSON value of slug. final Map<String, JsonValue>_additionalBodyProperties()final Headers_additionalHeaders()Additional headers to send with the request. final QueryParams_additionalQueryParams()Additional query param to send with the request. final AgentTypeCreateParams.BuildertoBuilder()final AgentTypeCreateParams.Body_body()Headers_headers()The full set of headers in the parameters, including both fixed and additional headers. QueryParams_queryParams()The full set of query params in the parameters, including both fixed and additional query params. Booleanequals(Object other)IntegerhashCode()StringtoString()final static AgentTypeCreateParams.Builderbuilder()Returns a mutable builder for constructing an instance of AgentTypeCreateParams. -
-
Method Detail
-
instructions
final String instructions()
-
description
final Optional<String> description()
-
disabledTools
final Optional<List<String>> disabledTools()
-
enabledTools
final Optional<List<String>> enabledTools()
-
metadata
final Optional<AgentTypeCreateParams.Metadata> metadata()
-
_instructions
final JsonField<String> _instructions()
Returns the raw JSON value of instructions.
Unlike instructions, this method doesn't throw if the JSON field has an unexpected type.
-
_name
final JsonField<String> _name()
Returns the raw JSON value of name.
Unlike name, this method doesn't throw if the JSON field has an unexpected type.
-
_description
final JsonField<String> _description()
Returns the raw JSON value of description.
Unlike description, this method doesn't throw if the JSON field has an unexpected type.
-
_disabledTools
final JsonField<List<String>> _disabledTools()
Returns the raw JSON value of disabledTools.
Unlike disabledTools, this method doesn't throw if the JSON field has an unexpected type.
-
_enabledTools
final JsonField<List<String>> _enabledTools()
Returns the raw JSON value of enabledTools.
Unlike enabledTools, this method doesn't throw if the JSON field has an unexpected type.
-
_isActive
final JsonField<Boolean> _isActive()
Returns the raw JSON value of isActive.
Unlike isActive, this method doesn't throw if the JSON field has an unexpected type.
-
_isDefault
final JsonField<Boolean> _isDefault()
Returns the raw JSON value of isDefault.
Unlike isDefault, this method doesn't throw if the JSON field has an unexpected type.
-
_metadata
final JsonField<AgentTypeCreateParams.Metadata> _metadata()
Returns the raw JSON value of metadata.
Unlike metadata, this method doesn't throw if the JSON field has an unexpected type.
-
_model
final JsonField<String> _model()
Returns the raw JSON value of model.
Unlike model, this method doesn't throw if the JSON field has an unexpected type.
-
_skillRefs
final JsonField<List<String>> _skillRefs()
Returns the raw JSON value of skillRefs.
Unlike skillRefs, this method doesn't throw if the JSON field has an unexpected type.
-
_slug
final JsonField<String> _slug()
Returns the raw JSON value of slug.
Unlike slug, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalBodyProperties
final Map<String, JsonValue> _additionalBodyProperties()
-
_additionalHeaders
final Headers _additionalHeaders()
Additional headers to send with the request.
-
_additionalQueryParams
final QueryParams _additionalQueryParams()
Additional query param to send with the request.
-
toBuilder
final AgentTypeCreateParams.Builder toBuilder()
-
_body
final AgentTypeCreateParams.Body _body()
-
_headers
Headers _headers()
The full set of headers in the parameters, including both fixed and additional headers.
-
_queryParams
QueryParams _queryParams()
The full set of query params in the parameters, including both fixed and additional query params.
-
builder
final static AgentTypeCreateParams.Builder builder()
Returns a mutable builder for constructing an instance of AgentTypeCreateParams.
The following fields are required:
.instructions() .name()
-
-
-
-