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