Class Representative
- java.lang.Object
-
- com.ellucian.generated.eedm.dfe_admission_decisions.v1_0_0.Representative
-
@Generated("jsonschema2pojo") public class Representative extends Object
RepresentativeThe individual representing the institution who made this decision.
-
-
Constructor Summary
Constructors Constructor Description Representative()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object other)StringgetEmail()EmailStringgetFullName()Full NameStringgetUserId()User IDinthashCode()voidsetEmail(String email)EmailvoidsetFullName(String fullName)Full NamevoidsetUserId(String userId)User IDStringtoString()RepresentativewithEmail(String email)RepresentativewithFullName(String fullName)RepresentativewithUserId(String userId)
-
-
-
Field Detail
-
fullName
@JsonPropertyDescription("The full name of the user who made this update.") private String fullNameFull NameThe full name of the user who made this update. (Required)
-
userId
@JsonPropertyDescription("The ID of the user in the Student Record System.") private String userIdUser IDThe ID of the user in the Student Record System. (Required)
-
email
@JsonPropertyDescription("The email address of the user who made this update.") private String emailEmailThe email address of the user who made this update. (Required)
-
-
Method Detail
-
getFullName
public String getFullName()
Full NameThe full name of the user who made this update. (Required)
-
setFullName
public void setFullName(String fullName)
Full NameThe full name of the user who made this update. (Required)
-
withFullName
public Representative withFullName(String fullName)
-
getUserId
public String getUserId()
User IDThe ID of the user in the Student Record System. (Required)
-
setUserId
public void setUserId(String userId)
User IDThe ID of the user in the Student Record System. (Required)
-
withUserId
public Representative withUserId(String userId)
-
getEmail
public String getEmail()
EmailThe email address of the user who made this update. (Required)
-
setEmail
public void setEmail(String email)
EmailThe email address of the user who made this update. (Required)
-
withEmail
public Representative withEmail(String email)
-
-