Class ListType
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.ListType
-
public class ListType extends java.lang.ObjectListTypeThe list type
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classListType.Builder
-
Constructor Summary
Constructors Constructor Description ListType()ListType(org.openapitools.jackson.nullable.JsonNullable<? extends ListValue> value, org.openapitools.jackson.nullable.JsonNullable<? extends ListSourceValue> sourceValue)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ListType.Builderbuilder()booleanequals(java.lang.Object o)inthashCode()org.openapitools.jackson.nullable.JsonNullable<ListSourceValue>sourceValue()The source value of the list type.java.lang.StringtoString()org.openapitools.jackson.nullable.JsonNullable<ListValue>value()The type of the list.ListTypewithSourceValue(ListSourceValue sourceValue)The source value of the list type.ListTypewithSourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends ListSourceValue> sourceValue)The source value of the list type.ListTypewithValue(ListValue value)The type of the list.ListTypewithValue(org.openapitools.jackson.nullable.JsonNullable<? extends ListValue> value)The type of the list.
-
-
-
Constructor Detail
-
ListType
public ListType(org.openapitools.jackson.nullable.JsonNullable<? extends ListValue> value, org.openapitools.jackson.nullable.JsonNullable<? extends ListSourceValue> sourceValue)
-
ListType
public ListType()
-
-
Method Detail
-
value
public org.openapitools.jackson.nullable.JsonNullable<ListValue> value()
The type of the list.
-
sourceValue
public org.openapitools.jackson.nullable.JsonNullable<ListSourceValue> sourceValue()
The source value of the list type.
-
builder
public static ListType.Builder builder()
-
withValue
public ListType withValue(org.openapitools.jackson.nullable.JsonNullable<? extends ListValue> value)
The type of the list.
-
withSourceValue
public ListType withSourceValue(ListSourceValue sourceValue)
The source value of the list type.
-
withSourceValue
public ListType withSourceValue(org.openapitools.jackson.nullable.JsonNullable<? extends ListSourceValue> sourceValue)
The source value of the list type.
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-