-
- All Implemented Interfaces:
public interface SkillUpdate
-
-
Method Summary
Modifier and Type Method Description abstract StringgetSkillName()abstract StringgetSkillStatement()abstract PublishStatusgetPublishStatus()abstract ApiStringListUpdategetCollections()abstract ApiStringListUpdategetKeywords()abstract ApiReferenceListUpdategetCertifications()abstract ApiAlignmentListUpdategetStandards()abstract ApiAlignmentListUpdategetAlignments()abstract ApiReferenceListUpdategetEmployers()abstract ApiStringListUpdategetOccupations()-
-
Method Detail
-
getSkillName
abstract String getSkillName()
-
getSkillStatement
abstract String getSkillStatement()
-
getPublishStatus
abstract PublishStatus getPublishStatus()
-
getCollections
abstract ApiStringListUpdate getCollections()
-
getKeywords
abstract ApiStringListUpdate getKeywords()
-
getCertifications
abstract ApiReferenceListUpdate getCertifications()
-
getStandards
abstract ApiAlignmentListUpdate getStandards()
-
getAlignments
abstract ApiAlignmentListUpdate getAlignments()
-
getEmployers
abstract ApiReferenceListUpdate getEmployers()
-
getOccupations
abstract ApiStringListUpdate getOccupations()
-
-
-
-