Class CareerGoal


  • @Generated("jsonschema2pojo")
    public class CareerGoal
    extends Object
    Career Goals

    The career goals associated with the prospect opportunity.

    • Field Detail

      • id

        @JsonPropertyDescription("The global identifier for the Career Goals.")
        private String id
        ID

        The global identifier for the Career Goals. (Required)

    • Constructor Detail

      • CareerGoal

        public CareerGoal()
    • Method Detail

      • getId

        public String getId()
        ID

        The global identifier for the Career Goals. (Required)

      • setId

        public void setId​(String id)
        ID

        The global identifier for the Career Goals. (Required)

      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object