Package com.anthropic.models.beta.agents
Class AgentListPage.Builder
-
- All Implemented Interfaces:
public final class AgentListPage.BuilderA builder for AgentListPage.
-
-
Method Summary
Modifier and Type Method Description final AgentListPage.Builderservice(AgentService service)final AgentListPage.Builderparams(AgentListParams params)The parameters that were used to request this page. final AgentListPage.Builderresponse(AgentListPageResponse response)The response that this page was parsed from. final AgentListPagebuild()Returns an immutable instance of AgentListPage. -
-
Method Detail
-
service
final AgentListPage.Builder service(AgentService service)
-
params
final AgentListPage.Builder params(AgentListParams params)
The parameters that were used to request this page.
-
response
final AgentListPage.Builder response(AgentListPageResponse response)
The response that this page was parsed from.
-
build
final AgentListPage build()
Returns an immutable instance of AgentListPage.
Further updates to this Builder will not mutate the returned instance.
The following fields are required:
.service() .params() .response()
-
-
-
-