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 String
code
Codeprivate String
description
Descriptionprivate Object
endOn
End Onprivate Object
finalAcademicPeriod
Final Academic Periodprivate String
id
IDprivate Object
initialAcademicPeriod
Initial Academic Periodprivate Metadata
metadata
Metadataprivate Object
startOn
Start Onprivate String
title
Title
-
Constructor Summary
Constructors Constructor Description StudentCohorts()
-
Method Summary
-
-
-
Field Detail
-
metadata
@JsonPropertyDescription("Metadata about the JSON payload") private Metadata metadata
MetadataMetadata about the JSON payload
-
id
@JsonPropertyDescription("The global identifier of the student cohort.") private String id
IDThe global identifier of the student cohort. (Required)
-
title
@JsonPropertyDescription("The full name of the student cohort.") private String title
TitleThe full name of the student cohort. (Required)
-
description
@JsonPropertyDescription("The description of the student cohort.") private String description
DescriptionThe description of the student cohort.
-
code
@JsonPropertyDescription("The code that identifies the student cohort.") private String code
CodeThe code that identifies the student cohort.
-
startOn
@JsonPropertyDescription("The first date when when students may be assigned to the cohort.") private Object startOn
Start 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 endOn
End 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 initialAcademicPeriod
Initial 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 finalAcademicPeriod
Final 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)
-
-