Class Organization
- java.lang.Object
-
- com.ellucian.generated.eedm.advancement_prospects.v10_0.Organization
-
@Generated("jsonschema2pojo") public class Organization extends Object
OrganizationsThe organizations associated with the prospect.
-
-
Constructor Summary
Constructors Constructor Description Organization()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object other)StringgetId()IDinthashCode()voidsetId(String id)IDStringtoString()OrganizationwithId(String id)
-
-
-
Field Detail
-
id
@JsonPropertyDescription("The global identifier for the Organizations.") private String idIDThe global identifier for the Organizations. (Required)
-
-
Method Detail
-
getId
public String getId()
IDThe global identifier for the Organizations. (Required)
-
setId
public void setId(String id)
IDThe global identifier for the Organizations. (Required)
-
withId
public Organization withId(String id)
-
-