Package com.braintrustdata.api.models
Class ProjectListParams.Ids
-
- All Implemented Interfaces:
public final class ProjectListParams.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 interfaceProjectListParams.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 <T extends Any> Taccept(ProjectListParams.Ids.Visitor<T> visitor)Booleanequals(Object other)IntegerhashCode()StringtoString()final static ProjectListParams.IdsofString(String string)final static ProjectListParams.IdsofStrings(List<String> strings)-
-
Method Detail
-
accept
final <T extends Any> T accept(ProjectListParams.Ids.Visitor<T> visitor)
-
ofString
final static ProjectListParams.Ids ofString(String string)
-
ofStrings
final static ProjectListParams.Ids ofStrings(List<String> strings)
-
-
-
-