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