Class ListType.Builder
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.ListType.Builder
-
- Enclosing class:
- ListType
public static final class ListType.Builder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ListTypebuild()ListType.BuildersourceValue(ListSourceValue sourceValue)The source value of the list type.ListType.BuildersourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends ListSourceValue> sourceValue)The source value of the list type.ListType.Buildervalue(ListValue value)The type of the list.ListType.Buildervalue(org.openapitools.jackson.nullable.JsonNullable<? extends ListValue> value)The type of the list.
-
-
-
Method Detail
-
value
public ListType.Builder value(ListValue value)
The type of the list.
-
value
public ListType.Builder value(org.openapitools.jackson.nullable.JsonNullable<? extends ListValue> value)
The type of the list.
-
sourceValue
public ListType.Builder sourceValue(ListSourceValue sourceValue)
The source value of the list type.
-
sourceValue
public ListType.Builder sourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends ListSourceValue> sourceValue)
The source value of the list type.
-
build
public ListType build()
-
-