| Modifier and Type | Method and Description |
|---|---|
UnionType |
build() |
static UnionType.Builder |
create(String name) |
UnionType.Builder |
definition(List<? extends IIntermediateType> definition)
(experimental) the object types for this union type.
|
@Stability(value=Experimental) public static UnionType.Builder create(String name)
name - This parameter is required.UnionType.Builder.@Stability(value=Experimental) public UnionType.Builder definition(List<? extends IIntermediateType> definition)
definition - the object types for this union type. This parameter is required.thisCopyright © 2021. All rights reserved.