public class KeywordSkillCardInvocationField extends SerializableObject
| Modifier and Type | Class and Description |
|---|---|
static class |
KeywordSkillCardInvocationField.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected String |
id
A custom identifier that represent the instance of the service that applied this metadata.
|
protected EnumWrapper<KeywordSkillCardInvocationTypeField> |
type
The value will always be `skill_invocation`.
|
explicitlySetNullableFields| Modifier | Constructor and Description |
|---|---|
protected |
KeywordSkillCardInvocationField(KeywordSkillCardInvocationField.Builder builder) |
|
KeywordSkillCardInvocationField(String id) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getId() |
EnumWrapper<KeywordSkillCardInvocationTypeField> |
getType() |
int |
hashCode() |
String |
toString() |
getRawData, setRawDatagetExplicitlySetNullableFields, isFieldExplicitlySet, markNullableFieldAsSet, markNullableFieldsAsSetprotected EnumWrapper<KeywordSkillCardInvocationTypeField> type
public KeywordSkillCardInvocationField(String id)
protected KeywordSkillCardInvocationField(KeywordSkillCardInvocationField.Builder builder)
public EnumWrapper<KeywordSkillCardInvocationTypeField> getType()