public static class RoleVariable.Builder extends NullableFieldTracker
| Modifier and Type | Field and Description |
|---|---|
protected EnumWrapper<RoleVariableTypeField> |
type |
protected EnumWrapper<RoleVariableVariableTypeField> |
variableType |
protected EnumWrapper<RoleVariableVariableValueField> |
variableValue |
explicitlySetNullableFields| Constructor and Description |
|---|
Builder(EnumWrapper<RoleVariableVariableValueField> variableValue) |
Builder(RoleVariableVariableValueField variableValue) |
| Modifier and Type | Method and Description |
|---|---|
RoleVariable |
build() |
RoleVariable.Builder |
type(EnumWrapper<RoleVariableTypeField> type) |
RoleVariable.Builder |
type(RoleVariableTypeField type) |
RoleVariable.Builder |
variableType(EnumWrapper<RoleVariableVariableTypeField> variableType) |
RoleVariable.Builder |
variableType(RoleVariableVariableTypeField variableType) |
getExplicitlySetNullableFields, isFieldExplicitlySet, markNullableFieldAsSet, markNullableFieldsAsSetprotected EnumWrapper<RoleVariableTypeField> type
protected EnumWrapper<RoleVariableVariableTypeField> variableType
protected final EnumWrapper<RoleVariableVariableValueField> variableValue
public Builder(RoleVariableVariableValueField variableValue)
public Builder(EnumWrapper<RoleVariableVariableValueField> variableValue)
public RoleVariable.Builder type(RoleVariableTypeField type)
public RoleVariable.Builder type(EnumWrapper<RoleVariableTypeField> type)
public RoleVariable.Builder variableType(RoleVariableVariableTypeField variableType)
public RoleVariable.Builder variableType(EnumWrapper<RoleVariableVariableTypeField> variableType)
public RoleVariable build()