Package com.mypurecloud.sdk.v2.model
Class Education
java.lang.Object
com.mypurecloud.sdk.v2.model.Education
- All Implemented Interfaces:
Serializable
Education
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionDates are represented as an ISO-8601 string.Dates are represented as an ISO-8601 string.booleanfieldOfStudy(String fieldOfStudy) getNotes()inthashCode()Notes about education has a 2000 character limitvoidsetDateEnd(LocalDate dateEnd) voidsetDateStart(LocalDate dateStart) voidsetFieldOfStudy(String fieldOfStudy) voidvoidtoString()
-
Constructor Details
-
Education
public Education() -
Education
-
-
Method Details
-
school
-
getSchool
-
setSchool
-
fieldOfStudy
-
getFieldOfStudy
-
setFieldOfStudy
-
notes
Notes about education has a 2000 character limit -
getNotes
-
setNotes
-
dateStart
Dates are represented as an ISO-8601 string. For example: yyyy-MM-dd -
getDateStart
-
setDateStart
-
dateEnd
Dates are represented as an ISO-8601 string. For example: yyyy-MM-dd -
getDateEnd
-
setDateEnd
-
equals
-
hashCode
public int hashCode() -
toString
-