-
- All Implemented Interfaces:
public final class RichSkillDocElasticsearch representation of a Rich Skill. Also corresponds to
SkillSummaryAPI response object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classRichSkillDoc.Companion
-
Field Summary
Fields Modifier and Type Field Description private final Longidprivate final Stringuuidprivate final Stringuriprivate final Stringnameprivate final Stringstatementprivate final List<String>categoriesprivate final List<String>authorsprivate final PublishStatuspublishStatusprivate final List<String>searchingKeywordsprivate final List<JobCode>jobCodesprivate final List<String>standardsprivate final List<String>certificationsprivate final List<String>employersprivate final List<String>alignmentsprivate final List<CollectionDoc>collectionsprivate final LocalDateTimepublishDateprivate final LocalDateTimearchiveDate
-
Constructor Summary
Constructors Constructor Description RichSkillDoc(Long id, String uuid, String uri, String name, String statement, List<String> categories, List<String> authors, PublishStatus publishStatus, List<String> searchingKeywords, List<JobCode> jobCodes, List<String> standards, List<String> certifications, List<String> employers, List<String> alignments, List<CollectionDoc> collections, LocalDateTime publishDate, LocalDateTime archiveDate)
-
Method Summary
Modifier and Type Method Description final LonggetId()final StringgetUuid()final StringgetUri()final StringgetName()final StringgetStatement()final List<String>getCategories()final List<String>getAuthors()final PublishStatusgetPublishStatus()final List<String>getSearchingKeywords()final List<JobCode>getJobCodes()final List<String>getStandards()final List<String>getCertifications()final List<String>getEmployers()final List<String>getAlignments()final List<CollectionDoc>getCollections()final LocalDateTimegetPublishDate()final LocalDateTimegetArchiveDate()-
-
Constructor Detail
-
RichSkillDoc
RichSkillDoc(Long id, String uuid, String uri, String name, String statement, List<String> categories, List<String> authors, PublishStatus publishStatus, List<String> searchingKeywords, List<JobCode> jobCodes, List<String> standards, List<String> certifications, List<String> employers, List<String> alignments, List<CollectionDoc> collections, LocalDateTime publishDate, LocalDateTime archiveDate)
-
-
Method Detail
-
getStatement
final String getStatement()
-
getCategories
final List<String> getCategories()
-
getAuthors
final List<String> getAuthors()
-
getPublishStatus
final PublishStatus getPublishStatus()
-
getSearchingKeywords
final List<String> getSearchingKeywords()
-
getJobCodes
final List<JobCode> getJobCodes()
-
getStandards
final List<String> getStandards()
-
getCertifications
final List<String> getCertifications()
-
getEmployers
final List<String> getEmployers()
-
getAlignments
final List<String> getAlignments()
-
getCollections
final List<CollectionDoc> getCollections()
-
getPublishDate
final LocalDateTime getPublishDate()
-
getArchiveDate
final LocalDateTime getArchiveDate()
-
-
-
-