Class MicrosoftGraphMeetingParticipantInfo


  • public final class MicrosoftGraphMeetingParticipantInfo
    extends Object
    meetingParticipantInfo.
    • Constructor Detail

      • MicrosoftGraphMeetingParticipantInfo

        public MicrosoftGraphMeetingParticipantInfo()
    • Method Detail

      • identity

        public MicrosoftGraphIdentitySet identity()
        Get the identity property: identitySet.
        Returns:
        the identity value.
      • upn

        public String upn()
        Get the upn property: User principal name of the participant.
        Returns:
        the upn value.
      • withUpn

        public MicrosoftGraphMeetingParticipantInfo withUpn​(String upn)
        Set the upn property: User principal name of the participant.
        Parameters:
        upn - the upn value to set.
        Returns:
        the MicrosoftGraphMeetingParticipantInfo object itself.
      • additionalProperties

        public Map<String,​Object> additionalProperties()
        Get the additionalProperties property: meetingParticipantInfo.
        Returns:
        the additionalProperties value.
      • withAdditionalProperties

        public MicrosoftGraphMeetingParticipantInfo withAdditionalProperties​(Map<String,​Object> additionalProperties)
        Set the additionalProperties property: meetingParticipantInfo.
        Parameters:
        additionalProperties - the additionalProperties value to set.
        Returns:
        the MicrosoftGraphMeetingParticipantInfo object itself.
      • validate

        public void validate()
        Validates the instance.
        Throws:
        IllegalArgumentException - thrown if the instance is not valid.