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 boolean
equals(Object other)
String
getEmail()
EmailString
getFullName()
Full NameString
getUserId()
User IDint
hashCode()
void
setEmail(String email)
Emailvoid
setFullName(String fullName)
Full Namevoid
setUserId(String userId)
User IDString
toString()
Representative
withEmail(String email)
Representative
withFullName(String fullName)
Representative
withUserId(String userId)
-
-
-
Field Detail
-
fullName
@JsonPropertyDescription("The full name of the user who made this update.") private String fullName
Full 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 userId
User 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 email
EmailThe 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)
-
-