Class MicrosoftGraphPresence

    • Constructor Detail

      • MicrosoftGraphPresence

        public MicrosoftGraphPresence()
    • Method Detail

      • activity

        public String activity()
        Get the activity property: The supplemental information to a user's availability. Possible values are Available, Away, BeRightBack,Busy, DoNotDisturb, InACall, InAConferenceCall, Inactive,InAMeeting, Offline, OffWork,OutOfOffice, PresenceUnknown,Presenting, UrgentInterruptionsOnly.
        Returns:
        the activity value.
      • withActivity

        public MicrosoftGraphPresence withActivity​(String activity)
        Set the activity property: The supplemental information to a user's availability. Possible values are Available, Away, BeRightBack,Busy, DoNotDisturb, InACall, InAConferenceCall, Inactive,InAMeeting, Offline, OffWork,OutOfOffice, PresenceUnknown,Presenting, UrgentInterruptionsOnly.
        Parameters:
        activity - the activity value to set.
        Returns:
        the MicrosoftGraphPresence object itself.
      • availability

        public String availability()
        Get the availability property: The base presence information for a user. Possible values are Available, AvailableIdle, Away, BeRightBack, Busy, BusyIdle, DoNotDisturb, Offline, PresenceUnknown.
        Returns:
        the availability value.
      • withAvailability

        public MicrosoftGraphPresence withAvailability​(String availability)
        Set the availability property: The base presence information for a user. Possible values are Available, AvailableIdle, Away, BeRightBack, Busy, BusyIdle, DoNotDisturb, Offline, PresenceUnknown.
        Parameters:
        availability - the availability value to set.
        Returns:
        the MicrosoftGraphPresence object itself.