Class AppealGroups
- java.lang.Object
-
- com.ellucian.generated.eedm.appeal_groups.v1_0_0.AppealGroups
-
@Generated("jsonschema2pojo") public class AppealGroups extends Object
Appeal GroupsThe user defined categorization of groups used in communication activities.
-
-
Constructor Summary
Constructors Constructor Description AppealGroups()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object other)
String
getDescription()
DescriptionString
getId()
IDMetadata
getMetadata()
MetadataString
getTitle()
Titleint
hashCode()
void
setDescription(String description)
Descriptionvoid
setId(String id)
IDvoid
setMetadata(Metadata metadata)
Metadatavoid
setTitle(String title)
TitleString
toString()
AppealGroups
withDescription(String description)
AppealGroups
withId(String id)
AppealGroups
withMetadata(Metadata metadata)
AppealGroups
withTitle(String title)
-
-
-
Field Detail
-
metadata
@JsonPropertyDescription("Metadata about the JSON payload") private Metadata metadata
MetadataMetadata about the JSON payload
-
id
@JsonPropertyDescription("The global identifier of the appeal group.") private String id
IDThe global identifier of the appeal group. (Required)
-
title
@JsonPropertyDescription("The full name of the appeal group.") private String title
TitleThe full name of the appeal group. (Required)
-
description
@JsonPropertyDescription("The description of the appeal group.") private String description
DescriptionThe description of the appeal group.
-
-
Method Detail
-
getMetadata
public Metadata getMetadata()
MetadataMetadata about the JSON payload
-
setMetadata
public void setMetadata(Metadata metadata)
MetadataMetadata about the JSON payload
-
withMetadata
public AppealGroups withMetadata(Metadata metadata)
-
getId
public String getId()
IDThe global identifier of the appeal group. (Required)
-
setId
public void setId(String id)
IDThe global identifier of the appeal group. (Required)
-
withId
public AppealGroups withId(String id)
-
getTitle
public String getTitle()
TitleThe full name of the appeal group. (Required)
-
setTitle
public void setTitle(String title)
TitleThe full name of the appeal group. (Required)
-
withTitle
public AppealGroups withTitle(String title)
-
getDescription
public String getDescription()
DescriptionThe description of the appeal group.
-
setDescription
public void setDescription(String description)
DescriptionThe description of the appeal group.
-
withDescription
public AppealGroups withDescription(String description)
-
-