public class LinkedinSkill extends Object
| Constructor and Description |
|---|
LinkedinSkill() |
LinkedinSkill(String title,
List<LinkedinSubComponent> subComponents) |
| Modifier and Type | Method and Description |
|---|---|
List<LinkedinSubComponent> |
getSubComponents() |
String |
getTitle() |
void |
setSubComponents(List<LinkedinSubComponent> subComponents) |
void |
setTitle(String title) |
public LinkedinSkill()
public LinkedinSkill(String title, List<LinkedinSubComponent> subComponents)
public String getTitle()
public void setTitle(String title)
public List<LinkedinSubComponent> getSubComponents()
public void setSubComponents(List<LinkedinSubComponent> subComponents)
Copyright © 2026. All rights reserved.