Class Credential
- java.lang.Object
-
- com.ellucian.generated.eedm.student_academic_programs.v11_0.Credential
-
@Generated("jsonschema2pojo") public class Credential extends Object
CredentialsThe academic credentials that can be awarded for completing an academic program.
-
-
Constructor Summary
Constructors Constructor Description Credential()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object other)
String
getId()
IDint
hashCode()
void
setId(String id)
IDString
toString()
Credential
withId(String id)
-
-
-
Field Detail
-
id
@JsonPropertyDescription("The global identifier for the Credentials.") private String id
IDThe global identifier for the Credentials. (Required)
-
-
Method Detail
-
getId
public String getId()
IDThe global identifier for the Credentials. (Required)
-
setId
public void setId(String id)
IDThe global identifier for the Credentials. (Required)
-
withId
public Credential withId(String id)
-
-