-
- All Implemented Interfaces:
-
edu.wgu.osmt.api.model.SkillUpdate
public final class ApiSkillUpdate implements SkillUpdate
-
-
Field Summary
Fields Modifier and Type Field Description private final StringskillNameprivate final StringskillStatementprivate final PublishStatuspublishStatusprivate final ApiStringListUpdatecollectionsprivate final ApiStringListUpdateauthorsprivate final ApiStringListUpdatecategoriesprivate final ApiStringListUpdatekeywordsprivate final ApiReferenceListUpdatecertificationsprivate final ApiAlignmentListUpdatestandardsprivate final ApiAlignmentListUpdatealignmentsprivate final ApiReferenceListUpdateemployersprivate final ApiStringListUpdateoccupations
-
Constructor Summary
Constructors Constructor Description ApiSkillUpdate(String skillName, String skillStatement, PublishStatus publishStatus, ApiStringListUpdate collections, ApiStringListUpdate authors, ApiStringListUpdate categories, ApiStringListUpdate keywords, ApiReferenceListUpdate certifications, ApiAlignmentListUpdate standards, ApiAlignmentListUpdate alignments, ApiReferenceListUpdate employers, ApiStringListUpdate occupations)
-
Method Summary
Modifier and Type Method Description StringgetSkillName()StringgetSkillStatement()PublishStatusgetPublishStatus()ApiStringListUpdategetCollections()final ApiStringListUpdategetAuthors()final ApiStringListUpdategetCategories()ApiStringListUpdategetKeywords()ApiReferenceListUpdategetCertifications()ApiAlignmentListUpdategetStandards()ApiAlignmentListUpdategetAlignments()ApiReferenceListUpdategetEmployers()ApiStringListUpdategetOccupations()final List<ApiFieldError>validate(Number rowNumber)final List<ApiFieldError>validateForCreation(Number rowNumber)-
-
Constructor Detail
-
ApiSkillUpdate
ApiSkillUpdate(String skillName, String skillStatement, PublishStatus publishStatus, ApiStringListUpdate collections, ApiStringListUpdate authors, ApiStringListUpdate categories, ApiStringListUpdate keywords, ApiReferenceListUpdate certifications, ApiAlignmentListUpdate standards, ApiAlignmentListUpdate alignments, ApiReferenceListUpdate employers, ApiStringListUpdate occupations)
-
-
Method Detail
-
getSkillName
String getSkillName()
-
getSkillStatement
String getSkillStatement()
-
getPublishStatus
PublishStatus getPublishStatus()
-
getCollections
ApiStringListUpdate getCollections()
-
getAuthors
final ApiStringListUpdate getAuthors()
-
getCategories
final ApiStringListUpdate getCategories()
-
getKeywords
ApiStringListUpdate getKeywords()
-
getCertifications
ApiReferenceListUpdate getCertifications()
-
getStandards
ApiAlignmentListUpdate getStandards()
-
getAlignments
ApiAlignmentListUpdate getAlignments()
-
getEmployers
ApiReferenceListUpdate getEmployers()
-
getOccupations
ApiStringListUpdate getOccupations()
-
validate
final List<ApiFieldError> validate(Number rowNumber)
-
validateForCreation
final List<ApiFieldError> validateForCreation(Number rowNumber)
-
-
-
-