Package com.braintrustdata.api.models
Class UserListParams.GivenName
-
- All Implemented Interfaces:
public final class UserListParams.GivenNameGiven name of the user to search for. You may pass the param multiple times to filter for more than one given name
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public interfaceUserListParams.GivenName.VisitorAn interface that defines how to map each variant of GivenName 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(UserListParams.GivenName.Visitor<T> visitor)Booleanequals(Object other)IntegerhashCode()StringtoString()final static UserListParams.GivenNameofString(String string)final static UserListParams.GivenNameofStrings(List<String> strings)-
-
Method Detail
-
accept
final <T extends Any> T accept(UserListParams.GivenName.Visitor<T> visitor)
-
ofString
final static UserListParams.GivenName ofString(String string)
-
ofStrings
final static UserListParams.GivenName ofStrings(List<String> strings)
-
-
-
-