Class MicrosoftGraphLinkedResourceInner

    • Constructor Detail

      • MicrosoftGraphLinkedResourceInner

        public MicrosoftGraphLinkedResourceInner()
    • Method Detail

      • applicationName

        public String applicationName()
        Get the applicationName property: Field indicating the app name of the source that is sending the linkedResource.
        Returns:
        the applicationName value.
      • withApplicationName

        public MicrosoftGraphLinkedResourceInner withApplicationName​(String applicationName)
        Set the applicationName property: Field indicating the app name of the source that is sending the linkedResource.
        Parameters:
        applicationName - the applicationName value to set.
        Returns:
        the MicrosoftGraphLinkedResourceInner object itself.
      • displayName

        public String displayName()
        Get the displayName property: Field indicating the title of the linkedResource.
        Returns:
        the displayName value.
      • withDisplayName

        public MicrosoftGraphLinkedResourceInner withDisplayName​(String displayName)
        Set the displayName property: Field indicating the title of the linkedResource.
        Parameters:
        displayName - the displayName value to set.
        Returns:
        the MicrosoftGraphLinkedResourceInner object itself.
      • externalId

        public String externalId()
        Get the externalId property: Id of the object that is associated with this task on the third-party/partner system.
        Returns:
        the externalId value.
      • withExternalId

        public MicrosoftGraphLinkedResourceInner withExternalId​(String externalId)
        Set the externalId property: Id of the object that is associated with this task on the third-party/partner system.
        Parameters:
        externalId - the externalId value to set.
        Returns:
        the MicrosoftGraphLinkedResourceInner object itself.
      • webUrl

        public String webUrl()
        Get the webUrl property: Deep link to the linkedResource.
        Returns:
        the webUrl value.
      • withWebUrl

        public MicrosoftGraphLinkedResourceInner withWebUrl​(String webUrl)
        Set the webUrl property: Deep link to the linkedResource.
        Parameters:
        webUrl - the webUrl value to set.
        Returns:
        the MicrosoftGraphLinkedResourceInner object itself.