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