public class EnterpriseBase extends SerializableObject
| Modifier and Type | Class and Description |
|---|---|
static class |
EnterpriseBase.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected String |
id
The unique identifier for this enterprise.
|
protected EnumWrapper<EnterpriseBaseTypeField> |
type
The value will always be `enterprise`.
|
explicitlySetNullableFields| Modifier | Constructor and Description |
|---|---|
|
EnterpriseBase() |
protected |
EnterpriseBase(EnterpriseBase.Builder builder) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getId() |
EnumWrapper<EnterpriseBaseTypeField> |
getType() |
int |
hashCode() |
String |
toString() |
getRawData, setRawDatagetExplicitlySetNullableFields, isFieldExplicitlySet, markNullableFieldAsSet, markNullableFieldsAsSetprotected EnumWrapper<EnterpriseBaseTypeField> type
public EnterpriseBase()
protected EnterpriseBase(EnterpriseBase.Builder builder)
public EnumWrapper<EnterpriseBaseTypeField> getType()