Class CommunicationPlan
- java.lang.Object
-
- com.ellucian.generated.eedm.constituent_program_level_memberships.v16_1_0.CommunicationPlan
-
@Generated("jsonschema2pojo") public class CommunicationPlan extends Object
Communication PlansThe communication plans associated with the membership.
-
-
Constructor Summary
Constructors Constructor Description CommunicationPlan()
-
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()
CommunicationPlan
withId(String id)
-
-
-
Field Detail
-
id
@JsonPropertyDescription("The global identifier for the Communication Plans.") private String id
IDThe global identifier for the Communication Plans. (Required)
-
-
Method Detail
-
getId
public String getId()
IDThe global identifier for the Communication Plans. (Required)
-
setId
public void setId(String id)
IDThe global identifier for the Communication Plans. (Required)
-
withId
public CommunicationPlan withId(String id)
-
-