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