Class ConstituentRatings
- java.lang.Object
-
- com.ellucian.generated.eedm.constituent_ratings.v15_0.ConstituentRatings
-
@Generated("jsonschema2pojo") public class ConstituentRatings extends Object
Constituent RatingsInformation on ratings associated with constituents.
-
-
Field Summary
Fields Modifier and Type Field Description private ObjectamountAmountprivate ObjectareaAreaprivate StringbusinessUnitBusiness Unitprivate ObjectcampaignCampaignprivate ObjectcapacityCapacityprivate ObjectcollegeCollegeprivate ObjectconstituentConstituentprivate ObjectcurrencyRangeCurrency Rangeprivate StringdescriptionDescriptionprivate ObjectevaluatorEvaluatorprivate StringidIdprivate ObjectinclinationInclinationprivate MetadatametadataMetadataprivate List<Note>notesNotesprivate ObjectparticipationParticipationprivate ObjectpreferencePreferenceprivate StringratedOnRated Onprivate ObjectreadinessReadinessprivate ScreeningscreeningScreeningprivate ObjectsourceSourceprivate StatusstatusStatusprivate TypetypeTypeprivate StringvalueValue
-
Constructor Summary
Constructors Constructor Description ConstituentRatings()
-
Method Summary
-
-
-
Field Detail
-
metadata
@JsonPropertyDescription("Metadata about the JSON payload") private Metadata metadataMetadataMetadata about the JSON payload
-
id
@JsonPropertyDescription("The global identifier of the constituent rating") private String idIdThe global identifier of the constituent rating (Required)
-
description
@JsonPropertyDescription("The description of the constituent rating.") private String descriptionDescriptionThe description of the constituent rating.
-
constituent
@JsonPropertyDescription("The constituent associated with the rating.") private Object constituentConstituentThe constituent associated with the rating. (Required)
-
type
@JsonPropertyDescription("The type of the constituent rating, e.g.: influence, income capacity, etc.") private Type typeTypeThe type of the constituent rating, e.g.: influence, income capacity, etc. (Required)
-
preference
@JsonPropertyDescription("Indicates the primary rating for the constituent for the given rating type. Only one rating should be set to primary for a constituent for a rating type.") private Object preferencePreferenceIndicates the primary rating for the constituent for the given rating type. Only one rating should be set to primary for a constituent for a rating type.
-
area
@JsonPropertyDescription("The area for which the constituent was rated, e.g.: planned giving, capital campaign, etc.") private Object areaAreaThe area for which the constituent was rated, e.g.: planned giving, capital campaign, etc.
-
status
@JsonPropertyDescription("The status of the rating.") private Status statusStatusThe status of the rating. (Required)
-
ratedOn
@JsonPropertyDescription("The date on which the constituent was rated.") private String ratedOnRated OnThe date on which the constituent was rated. (Required)
-
screening
@JsonPropertyDescription("The target type and the method of screening used for the rating.") private Screening screeningScreeningThe target type and the method of screening used for the rating.
-
college
@JsonPropertyDescription("The institution associated with the rating.") private Object collegeCollegeThe institution associated with the rating.
-
campaign
@JsonPropertyDescription("The campaign associated with the rating.") private Object campaignCampaignThe campaign associated with the rating.
-
evaluator
@JsonPropertyDescription("The person who evaluated the rating.") private Object evaluatorEvaluatorThe person who evaluated the rating.
-
source
@JsonPropertyDescription("The source from which the rating information originated.") private Object sourceSourceThe source from which the rating information originated.
-
businessUnit
@JsonPropertyDescription("The business unit associated with the rating.") private String businessUnitBusiness UnitThe business unit associated with the rating.
-
value
@JsonPropertyDescription("The rating of the constituent for the rating type, e.g.: high, platinum, gold, etc.") private String valueValueThe rating of the constituent for the rating type, e.g.: high, platinum, gold, etc.
-
amount
@JsonPropertyDescription("The amount at which a constituent was rated.") private Object amountAmountThe amount at which a constituent was rated.
-
participation
@JsonPropertyDescription("The estimation of the likelihood of the constituent contributing to the campaign, e.g.: high, medium, low, etc.") private Object participationParticipationThe estimation of the likelihood of the constituent contributing to the campaign, e.g.: high, medium, low, etc.
-
currencyRange
@JsonPropertyDescription("The range at which a constituent was rated.") private Object currencyRangeCurrency RangeThe range at which a constituent was rated.
-
capacity
@JsonPropertyDescription("The highest contribution level expected for the constituent, e.g.: major gift, annual gift, etc.") private Object capacityCapacityThe highest contribution level expected for the constituent, e.g.: major gift, annual gift, etc.
-
readiness
@JsonPropertyDescription("The timeframe expected for the constituent\'s contribution, e.g.: 1 - 2 years, 2 - 3 years, etc.") private Object readinessReadinessThe timeframe expected for the constituent's contribution, e.g.: 1 - 2 years, 2 - 3 years, etc.
-
inclination
@JsonPropertyDescription("The level of constituent\'s inclination to donate, e.g.: definitely give, not likely to give, etc.") private Object inclinationInclinationThe level of constituent's inclination to donate, e.g.: definitely give, not likely to give, etc.
-
-
Method Detail
-
getMetadata
public Metadata getMetadata()
MetadataMetadata about the JSON payload
-
setMetadata
public void setMetadata(Metadata metadata)
MetadataMetadata about the JSON payload
-
withMetadata
public ConstituentRatings withMetadata(Metadata metadata)
-
getId
public String getId()
IdThe global identifier of the constituent rating (Required)
-
setId
public void setId(String id)
IdThe global identifier of the constituent rating (Required)
-
withId
public ConstituentRatings withId(String id)
-
getDescription
public String getDescription()
DescriptionThe description of the constituent rating.
-
setDescription
public void setDescription(String description)
DescriptionThe description of the constituent rating.
-
withDescription
public ConstituentRatings withDescription(String description)
-
getConstituent
public Object getConstituent()
ConstituentThe constituent associated with the rating. (Required)
-
setConstituent
public void setConstituent(Object constituent)
ConstituentThe constituent associated with the rating. (Required)
-
withConstituent
public ConstituentRatings withConstituent(Object constituent)
-
getType
public Type getType()
TypeThe type of the constituent rating, e.g.: influence, income capacity, etc. (Required)
-
setType
public void setType(Type type)
TypeThe type of the constituent rating, e.g.: influence, income capacity, etc. (Required)
-
withType
public ConstituentRatings withType(Type type)
-
getPreference
public Object getPreference()
PreferenceIndicates the primary rating for the constituent for the given rating type. Only one rating should be set to primary for a constituent for a rating type.
-
setPreference
public void setPreference(Object preference)
PreferenceIndicates the primary rating for the constituent for the given rating type. Only one rating should be set to primary for a constituent for a rating type.
-
withPreference
public ConstituentRatings withPreference(Object preference)
-
getArea
public Object getArea()
AreaThe area for which the constituent was rated, e.g.: planned giving, capital campaign, etc.
-
setArea
public void setArea(Object area)
AreaThe area for which the constituent was rated, e.g.: planned giving, capital campaign, etc.
-
withArea
public ConstituentRatings withArea(Object area)
-
getStatus
public Status getStatus()
StatusThe status of the rating. (Required)
-
setStatus
public void setStatus(Status status)
StatusThe status of the rating. (Required)
-
withStatus
public ConstituentRatings withStatus(Status status)
-
getRatedOn
public String getRatedOn()
Rated OnThe date on which the constituent was rated. (Required)
-
setRatedOn
public void setRatedOn(String ratedOn)
Rated OnThe date on which the constituent was rated. (Required)
-
withRatedOn
public ConstituentRatings withRatedOn(String ratedOn)
-
getScreening
public Screening getScreening()
ScreeningThe target type and the method of screening used for the rating.
-
setScreening
public void setScreening(Screening screening)
ScreeningThe target type and the method of screening used for the rating.
-
withScreening
public ConstituentRatings withScreening(Screening screening)
-
getCollege
public Object getCollege()
CollegeThe institution associated with the rating.
-
setCollege
public void setCollege(Object college)
CollegeThe institution associated with the rating.
-
withCollege
public ConstituentRatings withCollege(Object college)
-
getCampaign
public Object getCampaign()
CampaignThe campaign associated with the rating.
-
setCampaign
public void setCampaign(Object campaign)
CampaignThe campaign associated with the rating.
-
withCampaign
public ConstituentRatings withCampaign(Object campaign)
-
getEvaluator
public Object getEvaluator()
EvaluatorThe person who evaluated the rating.
-
setEvaluator
public void setEvaluator(Object evaluator)
EvaluatorThe person who evaluated the rating.
-
withEvaluator
public ConstituentRatings withEvaluator(Object evaluator)
-
getSource
public Object getSource()
SourceThe source from which the rating information originated.
-
setSource
public void setSource(Object source)
SourceThe source from which the rating information originated.
-
withSource
public ConstituentRatings withSource(Object source)
-
getBusinessUnit
public String getBusinessUnit()
Business UnitThe business unit associated with the rating.
-
setBusinessUnit
public void setBusinessUnit(String businessUnit)
Business UnitThe business unit associated with the rating.
-
withBusinessUnit
public ConstituentRatings withBusinessUnit(String businessUnit)
-
getValue
public String getValue()
ValueThe rating of the constituent for the rating type, e.g.: high, platinum, gold, etc.
-
setValue
public void setValue(String value)
ValueThe rating of the constituent for the rating type, e.g.: high, platinum, gold, etc.
-
withValue
public ConstituentRatings withValue(String value)
-
getAmount
public Object getAmount()
AmountThe amount at which a constituent was rated.
-
setAmount
public void setAmount(Object amount)
AmountThe amount at which a constituent was rated.
-
withAmount
public ConstituentRatings withAmount(Object amount)
-
getParticipation
public Object getParticipation()
ParticipationThe estimation of the likelihood of the constituent contributing to the campaign, e.g.: high, medium, low, etc.
-
setParticipation
public void setParticipation(Object participation)
ParticipationThe estimation of the likelihood of the constituent contributing to the campaign, e.g.: high, medium, low, etc.
-
withParticipation
public ConstituentRatings withParticipation(Object participation)
-
getCurrencyRange
public Object getCurrencyRange()
Currency RangeThe range at which a constituent was rated.
-
setCurrencyRange
public void setCurrencyRange(Object currencyRange)
Currency RangeThe range at which a constituent was rated.
-
withCurrencyRange
public ConstituentRatings withCurrencyRange(Object currencyRange)
-
getCapacity
public Object getCapacity()
CapacityThe highest contribution level expected for the constituent, e.g.: major gift, annual gift, etc.
-
setCapacity
public void setCapacity(Object capacity)
CapacityThe highest contribution level expected for the constituent, e.g.: major gift, annual gift, etc.
-
withCapacity
public ConstituentRatings withCapacity(Object capacity)
-
getReadiness
public Object getReadiness()
ReadinessThe timeframe expected for the constituent's contribution, e.g.: 1 - 2 years, 2 - 3 years, etc.
-
setReadiness
public void setReadiness(Object readiness)
ReadinessThe timeframe expected for the constituent's contribution, e.g.: 1 - 2 years, 2 - 3 years, etc.
-
withReadiness
public ConstituentRatings withReadiness(Object readiness)
-
getInclination
public Object getInclination()
InclinationThe level of constituent's inclination to donate, e.g.: definitely give, not likely to give, etc.
-
setInclination
public void setInclination(Object inclination)
InclinationThe level of constituent's inclination to donate, e.g.: definitely give, not likely to give, etc.
-
withInclination
public ConstituentRatings withInclination(Object inclination)
-
getNotes
public List<Note> getNotes()
NotesNotes/comments that have been generated regarding the rating.
-
setNotes
public void setNotes(List<Note> notes)
NotesNotes/comments that have been generated regarding the rating.
-
withNotes
public ConstituentRatings withNotes(List<Note> notes)
-
-