Package com.braintrustdata.api.models
Class ProjectScoreListParams.Ids
-
- All Implemented Interfaces:
public final class ProjectScoreListParams.IdsFilter search results to a particular set of object IDs. To specify a list of IDs, include the query param multiple times
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public interfaceProjectScoreListParams.Ids.VisitorAn interface that defines how to map each variant of Ids to a value of type T.
-
Method Summary
Modifier and Type Method Description final Optional<String>string()final Optional<List<String>>strings()final BooleanisString()final BooleanisStrings()final StringasString()final List<String>asStrings()final Optional<JsonValue>_json()final <T extends Any> Taccept(ProjectScoreListParams.Ids.Visitor<T> visitor)Booleanequals(Object other)IntegerhashCode()StringtoString()final static ProjectScoreListParams.IdsofString(String string)final static ProjectScoreListParams.IdsofStrings(List<String> strings)-
-
Method Detail
-
accept
final <T extends Any> T accept(ProjectScoreListParams.Ids.Visitor<T> visitor)
-
ofString
final static ProjectScoreListParams.Ids ofString(String string)
-
ofStrings
final static ProjectScoreListParams.Ids ofStrings(List<String> strings)
-
-
-
-