public static final class ArrayNullableItems.ArrayNullableItemsItem extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ArrayNullableItems.ArrayNullableItemsItem.Builder |
static class |
ArrayNullableItems.ArrayNullableItemsItem.BuilderWithFinish |
static class |
ArrayNullableItems.ArrayNullableItemsItem.BuilderWithStart |
| Constructor and Description |
|---|
ArrayNullableItemsItem(String start,
String finish) |
| Modifier and Type | Method and Description |
|---|---|
static ArrayNullableItems.ArrayNullableItemsItem.Builder |
builder() |
boolean |
equals(Object o) |
String |
finish() |
int |
hashCode() |
String |
start() |
static ArrayNullableItems.ArrayNullableItemsItem.BuilderWithStart |
start(String start) |
String |
toString() |
ArrayNullableItems.ArrayNullableItemsItem |
withFinish(String finish) |
ArrayNullableItems.ArrayNullableItemsItem |
withStart(String start) |
public static ArrayNullableItems.ArrayNullableItemsItem.Builder builder()
public static ArrayNullableItems.ArrayNullableItemsItem.BuilderWithStart start(String start)
public String start()
public String finish()
public ArrayNullableItems.ArrayNullableItemsItem withStart(String start)
public ArrayNullableItems.ArrayNullableItemsItem withFinish(String finish)
Copyright © 2023. All rights reserved.