public static class EnterpriseBase.Builder extends NullableFieldTracker
| Modifier and Type | Field and Description |
|---|---|
protected String |
id |
protected EnumWrapper<EnterpriseBaseTypeField> |
type |
explicitlySetNullableFields| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
EnterpriseBase |
build() |
EnterpriseBase.Builder |
id(String id) |
EnterpriseBase.Builder |
type(EnterpriseBaseTypeField type) |
EnterpriseBase.Builder |
type(EnumWrapper<EnterpriseBaseTypeField> type) |
getExplicitlySetNullableFields, isFieldExplicitlySet, markNullableFieldAsSet, markNullableFieldsAsSetprotected EnumWrapper<EnterpriseBaseTypeField> type
public Builder()
public EnterpriseBase.Builder id(String id)
public EnterpriseBase.Builder type(EnterpriseBaseTypeField type)
public EnterpriseBase.Builder type(EnumWrapper<EnterpriseBaseTypeField> type)
public EnterpriseBase build()