Class LinkedInUserInfo

    • Field Detail

      • subject

        protected String subject
      • givenName

        protected String givenName
      • familyName

        protected String familyName
      • profile

        protected String profile
      • picture

        protected String picture
      • email

        protected String email
      • birthdate

        protected Date birthdate
      • phoneNumbers

        protected List<String> phoneNumbers
      • address

        protected String address
      • middleName

        protected String middleName
      • nickname

        protected String nickname
      • preferredUsername

        protected String preferredUsername
      • website

        protected String website
      • verifiedEmail

        protected boolean verifiedEmail
      • gender

        protected String gender
      • zoneInfo

        protected String zoneInfo
      • locale

        protected String locale
      • updatedTime

        protected Date updatedTime
    • Constructor Detail

      • LinkedInUserInfo

        public LinkedInUserInfo()