Package com.braintrustdata.api.models
Interface UserListParams.FamilyName.Visitor
-
- All Implemented Interfaces:
public interface UserListParams.FamilyName.Visitor<T extends Object>An interface that defines how to map each variant of FamilyName to a value of type T.
-
-
Method Summary
Modifier and Type Method Description abstract TvisitString(String string)abstract TvisitStrings(List<String> strings)-
-
Method Detail
-
visitString
abstract T visitString(String string)
-
visitStrings
abstract T visitStrings(List<String> strings)
-
-
-
-