Class StudentCohorts
- java.lang.Object
-
- com.ellucian.generated.eedm.student_cohorts.v7_0.StudentCohorts
-
@Generated("jsonschema2pojo") public class StudentCohorts extends Object
Student CohortsThe list of valid student cohorts.
-
-
Field Summary
Fields Modifier and Type Field Description private StringcodeCodeprivate StringdescriptionDescriptionprivate ObjectendOnEnd Onprivate ObjectfinalAcademicPeriodFinal Academic Periodprivate StringidIDprivate ObjectinitialAcademicPeriodInitial Academic Periodprivate MetadatametadataMetadataprivate ObjectstartOnStart Onprivate StringtitleTitle
-
Constructor Summary
Constructors Constructor Description StudentCohorts()
-
Method Summary
-
-
-
Field Detail
-
metadata
@JsonPropertyDescription("Metadata about the JSON payload") private Metadata metadataMetadataMetadata about the JSON payload
-
id
@JsonPropertyDescription("The global identifier of the student cohort.") private String idIDThe global identifier of the student cohort. (Required)
-
title
@JsonPropertyDescription("The full name of the student cohort.") private String titleTitleThe full name of the student cohort. (Required)
-
description
@JsonPropertyDescription("The description of the student cohort.") private String descriptionDescriptionThe description of the student cohort.
-
code
@JsonPropertyDescription("The code that identifies the student cohort.") private String codeCodeThe code that identifies the student cohort.
-
startOn
@JsonPropertyDescription("The first date when when students may be assigned to the cohort.") private Object startOnStart OnThe first date when when students may be assigned to the cohort.
-
endOn
@JsonPropertyDescription("The last date when when students may be assigned to the cohort.") private Object endOnEnd OnThe last date when when students may be assigned to the cohort.
-
initialAcademicPeriod
@JsonPropertyDescription("The first academic period when students may be assigned to the cohort.") private Object initialAcademicPeriodInitial Academic PeriodThe first academic period when students may be assigned to the cohort.
-
finalAcademicPeriod
@JsonPropertyDescription("The last academic period when students may be assigned to the cohort.") private Object finalAcademicPeriodFinal Academic PeriodThe last academic period when students may be assigned to the cohort.
-
-
Method Detail
-
getMetadata
public Metadata getMetadata()
MetadataMetadata about the JSON payload
-
setMetadata
public void setMetadata(Metadata metadata)
MetadataMetadata about the JSON payload
-
withMetadata
public StudentCohorts withMetadata(Metadata metadata)
-
getId
public String getId()
IDThe global identifier of the student cohort. (Required)
-
setId
public void setId(String id)
IDThe global identifier of the student cohort. (Required)
-
withId
public StudentCohorts withId(String id)
-
getTitle
public String getTitle()
TitleThe full name of the student cohort. (Required)
-
setTitle
public void setTitle(String title)
TitleThe full name of the student cohort. (Required)
-
withTitle
public StudentCohorts withTitle(String title)
-
getDescription
public String getDescription()
DescriptionThe description of the student cohort.
-
setDescription
public void setDescription(String description)
DescriptionThe description of the student cohort.
-
withDescription
public StudentCohorts withDescription(String description)
-
getCode
public String getCode()
CodeThe code that identifies the student cohort.
-
setCode
public void setCode(String code)
CodeThe code that identifies the student cohort.
-
withCode
public StudentCohorts withCode(String code)
-
getStartOn
public Object getStartOn()
Start OnThe first date when when students may be assigned to the cohort.
-
setStartOn
public void setStartOn(Object startOn)
Start OnThe first date when when students may be assigned to the cohort.
-
withStartOn
public StudentCohorts withStartOn(Object startOn)
-
getEndOn
public Object getEndOn()
End OnThe last date when when students may be assigned to the cohort.
-
setEndOn
public void setEndOn(Object endOn)
End OnThe last date when when students may be assigned to the cohort.
-
withEndOn
public StudentCohorts withEndOn(Object endOn)
-
getInitialAcademicPeriod
public Object getInitialAcademicPeriod()
Initial Academic PeriodThe first academic period when students may be assigned to the cohort.
-
setInitialAcademicPeriod
public void setInitialAcademicPeriod(Object initialAcademicPeriod)
Initial Academic PeriodThe first academic period when students may be assigned to the cohort.
-
withInitialAcademicPeriod
public StudentCohorts withInitialAcademicPeriod(Object initialAcademicPeriod)
-
getFinalAcademicPeriod
public Object getFinalAcademicPeriod()
Final Academic PeriodThe last academic period when students may be assigned to the cohort.
-
setFinalAcademicPeriod
public void setFinalAcademicPeriod(Object finalAcademicPeriod)
Final Academic PeriodThe last academic period when students may be assigned to the cohort.
-
withFinalAcademicPeriod
public StudentCohorts withFinalAcademicPeriod(Object finalAcademicPeriod)
-
-