-
- All Implemented Interfaces:
public final class ApiSkillV2 extends ApiSkill
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classApiSkillV2.Companion
-
Field Summary
Fields Modifier and Type Field Description private final List<String>authorsprivate final List<String>categoriesprivate final Stringauthorprivate final Stringcategoryprivate final RichSkillDescriptorrsdprivate final Set<Collection>csprivate final Stringcontextprivate final Stringtypeprivate final Stringcreatorprivate final PublishStatusstatusprivate final ZonedDateTimecreationDateprivate final ZonedDateTimeupdateDateprivate final ZonedDateTimepublishDateprivate final ZonedDateTimearchiveDateprivate final StringskillNameprivate final StringskillStatementprivate final List<String>keywordsprivate final Stringidprivate final Stringuuidprivate final List<ApiNamedReference>certificationsprivate final List<ApiAlignment>standardsprivate final List<ApiAlignment>alignmentsprivate final List<ApiJobCode>occupationsprivate final List<ApiNamedReference>employersprivate final List<ApiUuidReference>collections
-
Constructor Summary
Constructors Constructor Description ApiSkillV2(RichSkillDescriptor rsd, Set<Collection> cs, AppConfig appConfig)
-
Method Summary
Modifier and Type Method Description List<String>getAuthors()List<String>getCategories()final StringgetAuthor()final StringgetCategory()RichSkillDescriptorgetRsd()Set<Collection>getCs()-
Methods inherited from class edu.wgu.osmt.api.model.ApiSkill
getAlignments, getArchiveDate, getCertifications, getCollections, getContext, getCreationDate, getCreator, getEmployers, getId, getKeywords, getOccupations, getPublishDate, getSkillName, getSkillStatement, getStandards, getStatus, getType, getUpdateDate, getUuid -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
ApiSkillV2
ApiSkillV2(RichSkillDescriptor rsd, Set<Collection> cs, AppConfig appConfig)
-
-
Method Detail
-
getAuthors
List<String> getAuthors()
-
getCategories
List<String> getCategories()
-
getCategory
final String getCategory()
-
getRsd
RichSkillDescriptor getRsd()
-
getCs
Set<Collection> getCs()
-
-
-
-