public class TimelineSkillCardInvocationField extends SerializableObject
| Modifier and Type | Class and Description |
|---|---|
static class |
TimelineSkillCardInvocationField.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<TimelineSkillCardInvocationTypeField> |
type
The value will always be `skill_invocation`.
|
explicitlySetNullableFields| Modifier | Constructor and Description |
|---|---|
|
TimelineSkillCardInvocationField(String id) |
protected |
TimelineSkillCardInvocationField(TimelineSkillCardInvocationField.Builder builder) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getId() |
EnumWrapper<TimelineSkillCardInvocationTypeField> |
getType() |
int |
hashCode() |
String |
toString() |
getRawData, setRawDatagetExplicitlySetNullableFields, isFieldExplicitlySet, markNullableFieldAsSet, markNullableFieldsAsSetprotected EnumWrapper<TimelineSkillCardInvocationTypeField> type
public TimelineSkillCardInvocationField(String id)
protected TimelineSkillCardInvocationField(TimelineSkillCardInvocationField.Builder builder)
public EnumWrapper<TimelineSkillCardInvocationTypeField> getType()