Class CreditCategory
- java.lang.Object
-
- com.ellucian.generated.eedm.sections.v6_0.CreditCategory
-
@Generated("jsonschema2pojo") public class CreditCategory extends Object
Credit Category
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
CreditCategory.CreditType
Credit Type
-
Field Summary
Fields Modifier and Type Field Description private CreditCategory.CreditType
creditType
Credit Typeprivate Object
detail
Detail
-
Constructor Summary
Constructors Constructor Description CreditCategory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object other)
CreditCategory.CreditType
getCreditType()
Credit TypeObject
getDetail()
Detailint
hashCode()
void
setCreditType(CreditCategory.CreditType creditType)
Credit Typevoid
setDetail(Object detail)
DetailString
toString()
CreditCategory
withCreditType(CreditCategory.CreditType creditType)
CreditCategory
withDetail(Object detail)
-
-
-
Field Detail
-
creditType
@JsonPropertyDescription("The higher-level category of academic credits.") private CreditCategory.CreditType creditType
Credit TypeThe higher-level category of academic credits. (Required)
-
detail
@JsonPropertyDescription("") private Object detail
Detail
-
-
Method Detail
-
getCreditType
public CreditCategory.CreditType getCreditType()
Credit TypeThe higher-level category of academic credits. (Required)
-
setCreditType
public void setCreditType(CreditCategory.CreditType creditType)
Credit TypeThe higher-level category of academic credits. (Required)
-
withCreditType
public CreditCategory withCreditType(CreditCategory.CreditType creditType)
-
getDetail
public Object getDetail()
Detail
-
setDetail
public void setDetail(Object detail)
Detail
-
withDetail
public CreditCategory withDetail(Object detail)
-
-