public class TimelineSkillCardEntriesField extends SerializableObject
| Modifier and Type | Class and Description |
|---|---|
static class |
TimelineSkillCardEntriesField.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected List<TimelineSkillCardEntriesAppearsField> |
appears
Defines a list of timestamps for when this item should appear on the timeline.
|
protected String |
imageUrl
The image to show on a for an entry that appears on a timeline.
|
protected String |
text
The text of the entry.
|
explicitlySetNullableFields| Modifier | Constructor and Description |
|---|---|
|
TimelineSkillCardEntriesField() |
protected |
TimelineSkillCardEntriesField(TimelineSkillCardEntriesField.Builder builder) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
List<TimelineSkillCardEntriesAppearsField> |
getAppears() |
String |
getImageUrl() |
String |
getText() |
int |
hashCode() |
String |
toString() |
getRawData, setRawDatagetExplicitlySetNullableFields, isFieldExplicitlySet, markNullableFieldAsSet, markNullableFieldsAsSetprotected String text
protected List<TimelineSkillCardEntriesAppearsField> appears
protected String imageUrl
The image will be shown in a list of items (for example faces), and clicking the image will show the user where that entry appears during the duration of this entry.
public TimelineSkillCardEntriesField()
protected TimelineSkillCardEntriesField(TimelineSkillCardEntriesField.Builder builder)
public List<TimelineSkillCardEntriesAppearsField> getAppears()
public String getImageUrl()