Class ConstituentInvolvements


  • @Generated("jsonschema2pojo")
    public class ConstituentInvolvements
    extends Object
    Constituent Involvements

    A constituent's involvement in an activity.

    • Field Detail

      • metadata

        @JsonPropertyDescription("Metadata about the JSON payload")
        private Metadata metadata
        Metadata

        Metadata about the JSON payload

      • id

        @JsonPropertyDescription("A global identifier of a constituent involvement.")
        private String id
        ID

        A global identifier of a constituent involvement. (Required)

      • constituent

        @JsonPropertyDescription("The constituent involved in an activity.")
        private Object constituent
        Constituent

        The constituent involved in an activity. (Required)

      • activity

        @JsonPropertyDescription("The activity in which a constituent is involved.")
        private Activity activity
        Activity

        The activity in which a constituent is involved. (Required)

      • participationType

        @JsonPropertyDescription("The type of participation the constituent had in the activity.")
        private Object participationType
        Participation Type

        The type of participation the constituent had in the activity.

      • startOn

        @JsonPropertyDescription("The date when a constituent\'s involvement in an activity starts.")
        private StartOn startOn
        Start Date

        The date when a constituent's involvement in an activity starts.

      • endOn

        @JsonPropertyDescription("The date when a constituent\'s involvement in an activity ends.")
        private EndOn endOn
        End Date

        The date when a constituent's involvement in an activity ends.

      • status

        @JsonPropertyDescription("The status of the constituent\'s involvement in the activity.")
        private Object status
        Status

        The status of the constituent's involvement in the activity.

      • source

        @JsonPropertyDescription("The source of the constituent activity information.")
        private Object source
        Source

        The source of the constituent activity information.

      • classYear

        @JsonPropertyDescription("A class year associated with the constituent\'s involvement in the activity.")
        private Object classYear
        Class Year

        A class year associated with the constituent's involvement in the activity.

      • responsiblePerson

        @JsonPropertyDescription("The person who oversees the constituent\'s involvement with the activity.")
        private Object responsiblePerson
        Responsible Person

        The person who oversees the constituent's involvement with the activity.

      • comment

        @JsonPropertyDescription("A comment on the constituent\'s involvement in the activity.")
        private String comment
        Comment

        A comment on the constituent's involvement in the activity.

    • Constructor Detail

      • ConstituentInvolvements

        public ConstituentInvolvements()
    • Method Detail

      • getMetadata

        public Metadata getMetadata()
        Metadata

        Metadata about the JSON payload

      • setMetadata

        public void setMetadata​(Metadata metadata)
        Metadata

        Metadata about the JSON payload

      • getId

        public String getId()
        ID

        A global identifier of a constituent involvement. (Required)

      • setId

        public void setId​(String id)
        ID

        A global identifier of a constituent involvement. (Required)

      • getConstituent

        public Object getConstituent()
        Constituent

        The constituent involved in an activity. (Required)

      • setConstituent

        public void setConstituent​(Object constituent)
        Constituent

        The constituent involved in an activity. (Required)

      • getActivity

        public Activity getActivity()
        Activity

        The activity in which a constituent is involved. (Required)

      • setActivity

        public void setActivity​(Activity activity)
        Activity

        The activity in which a constituent is involved. (Required)

      • getParticipationType

        public Object getParticipationType()
        Participation Type

        The type of participation the constituent had in the activity.

      • setParticipationType

        public void setParticipationType​(Object participationType)
        Participation Type

        The type of participation the constituent had in the activity.

      • getStartOn

        public StartOn getStartOn()
        Start Date

        The date when a constituent's involvement in an activity starts.

      • setStartOn

        public void setStartOn​(StartOn startOn)
        Start Date

        The date when a constituent's involvement in an activity starts.

      • getEndOn

        public EndOn getEndOn()
        End Date

        The date when a constituent's involvement in an activity ends.

      • setEndOn

        public void setEndOn​(EndOn endOn)
        End Date

        The date when a constituent's involvement in an activity ends.

      • getStatus

        public Object getStatus()
        Status

        The status of the constituent's involvement in the activity.

      • setStatus

        public void setStatus​(Object status)
        Status

        The status of the constituent's involvement in the activity.

      • getSource

        public Object getSource()
        Source

        The source of the constituent activity information.

      • setSource

        public void setSource​(Object source)
        Source

        The source of the constituent activity information.

      • getClassYear

        public Object getClassYear()
        Class Year

        A class year associated with the constituent's involvement in the activity.

      • setClassYear

        public void setClassYear​(Object classYear)
        Class Year

        A class year associated with the constituent's involvement in the activity.

      • getResponsiblePerson

        public Object getResponsiblePerson()
        Responsible Person

        The person who oversees the constituent's involvement with the activity.

      • setResponsiblePerson

        public void setResponsiblePerson​(Object responsiblePerson)
        Responsible Person

        The person who oversees the constituent's involvement with the activity.

      • getComment

        public String getComment()
        Comment

        A comment on the constituent's involvement in the activity.

      • setComment

        public void setComment​(String comment)
        Comment

        A comment on the constituent's involvement in the activity.

      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object