public static final class Types.Builder
extends java.lang.Object
| Modifier and Type | Method and Description | 
|---|---|
| Types.Builder | add(java.lang.Iterable<UserType> types) | 
| Types.Builder | add(UserType... types) | 
| Types.Builder | add(UserType type) | 
| Types | build() | 
public Types build()
public Types.Builder add(UserType type)
public Types.Builder add(UserType... types)
public Types.Builder add(java.lang.Iterable<UserType> types)
Copyright © 2018 The Apache Software Foundation