Class MicrosoftGraphTrending

    • Constructor Detail

      • MicrosoftGraphTrending

        public MicrosoftGraphTrending()
    • Method Detail

      • lastModifiedDateTime

        public OffsetDateTime lastModifiedDateTime()
        Get the lastModifiedDateTime property: The lastModifiedDateTime property.
        Returns:
        the lastModifiedDateTime value.
      • withLastModifiedDateTime

        public MicrosoftGraphTrending withLastModifiedDateTime​(OffsetDateTime lastModifiedDateTime)
        Set the lastModifiedDateTime property: The lastModifiedDateTime property.
        Parameters:
        lastModifiedDateTime - the lastModifiedDateTime value to set.
        Returns:
        the MicrosoftGraphTrending object itself.
      • resourceReference

        public MicrosoftGraphResourceReference resourceReference()
        Get the resourceReference property: resourceReference.
        Returns:
        the resourceReference value.
      • withResourceReference

        public MicrosoftGraphTrending withResourceReference​(MicrosoftGraphResourceReference resourceReference)
        Set the resourceReference property: resourceReference.
        Parameters:
        resourceReference - the resourceReference value to set.
        Returns:
        the MicrosoftGraphTrending object itself.
      • resourceVisualization

        public MicrosoftGraphResourceVisualization resourceVisualization()
        Get the resourceVisualization property: resourceVisualization.
        Returns:
        the resourceVisualization value.
      • withResourceVisualization

        public MicrosoftGraphTrending withResourceVisualization​(MicrosoftGraphResourceVisualization resourceVisualization)
        Set the resourceVisualization property: resourceVisualization.
        Parameters:
        resourceVisualization - the resourceVisualization value to set.
        Returns:
        the MicrosoftGraphTrending object itself.
      • weight

        public Double weight()
        Get the weight property: Value indicating how much the document is currently trending. The larger the number, the more the document is currently trending around the user (the more relevant it is). Returned documents are sorted by this value.
        Returns:
        the weight value.
      • withWeight

        public MicrosoftGraphTrending withWeight​(Double weight)
        Set the weight property: Value indicating how much the document is currently trending. The larger the number, the more the document is currently trending around the user (the more relevant it is). Returned documents are sorted by this value.
        Parameters:
        weight - the weight value to set.
        Returns:
        the MicrosoftGraphTrending object itself.
      • resource

        public MicrosoftGraphEntity resource()
        Get the resource property: entity.
        Returns:
        the resource value.
      • withResource

        public MicrosoftGraphTrending withResource​(MicrosoftGraphEntity resource)
        Set the resource property: entity.
        Parameters:
        resource - the resource value to set.
        Returns:
        the MicrosoftGraphTrending object itself.