| Package | Description |
|---|---|
| com.litongjava.apify |
| Modifier and Type | Method and Description |
|---|---|
List<LinkedinSubComponent> |
LinkedinSkill.getSubComponents() |
List<LinkedinSubComponent> |
LinkedinLicenseAndCertificate.getSubComponents() |
List<LinkedinSubComponent> |
LinkedinExperience.getSubComponents() |
List<LinkedinSubComponent> |
LinkedinEducation.getSubComponents() |
| Modifier and Type | Method and Description |
|---|---|
void |
LinkedinSkill.setSubComponents(List<LinkedinSubComponent> subComponents) |
void |
LinkedinLicenseAndCertificate.setSubComponents(List<LinkedinSubComponent> subComponents) |
void |
LinkedinExperience.setSubComponents(List<LinkedinSubComponent> subComponents) |
void |
LinkedinEducation.setSubComponents(List<LinkedinSubComponent> subComponents) |
| Constructor and Description |
|---|
LinkedinEducation(String companyId,
String companyUrn,
String companyLink1,
String logo,
String title,
String subtitle,
String caption,
Boolean breakdown,
List<LinkedinSubComponent> subComponents) |
LinkedinExperience(String companyId,
String companyUrn,
String companyLink1,
String logo,
String title,
String subtitle,
String caption,
String metadata,
Boolean breakdown,
List<LinkedinSubComponent> subComponents) |
LinkedinLicenseAndCertificate(String companyId,
String companyUrn,
String companyLink1,
String logo,
String title,
String subtitle,
String caption,
Boolean breakdown,
List<LinkedinSubComponent> subComponents) |
LinkedinSkill(String title,
List<LinkedinSubComponent> subComponents) |
Copyright © 2026. All rights reserved.