public class AiAgentAllowedEntity extends OneOfTwo<UserBase,GroupBase>
OneOfTwo.OneOfTwoSerializer| Modifier and Type | Field and Description |
|---|---|
protected String |
id |
protected String |
type |
OBJECT_MAPPER, value0, value1explicitlySetNullableFields| Constructor and Description |
|---|
AiAgentAllowedEntity(GroupBase groupBase) |
AiAgentAllowedEntity(UserBase userBase) |
| Modifier and Type | Method and Description |
|---|---|
GroupBase |
getGroupBase() |
String |
getId() |
String |
getType() |
UserBase |
getUserBase() |
boolean |
isGroupBase() |
boolean |
isUserBase() |
hasAnyNonNullValuegetRawData, setRawDatagetExplicitlySetNullableFields, isFieldExplicitlySet, markNullableFieldAsSet, markNullableFieldsAsSetpublic AiAgentAllowedEntity(UserBase userBase)
public AiAgentAllowedEntity(GroupBase groupBase)
public boolean isUserBase()
public UserBase getUserBase()
public boolean isGroupBase()
public GroupBase getGroupBase()