Class MicrosoftGraphBaseItemVersion

    • Constructor Detail

      • MicrosoftGraphBaseItemVersion

        public MicrosoftGraphBaseItemVersion()
    • Method Detail

      • lastModifiedBy

        public MicrosoftGraphIdentitySet lastModifiedBy()
        Get the lastModifiedBy property: identitySet.
        Returns:
        the lastModifiedBy value.
      • withLastModifiedBy

        public MicrosoftGraphBaseItemVersion withLastModifiedBy​(MicrosoftGraphIdentitySet lastModifiedBy)
        Set the lastModifiedBy property: identitySet.
        Parameters:
        lastModifiedBy - the lastModifiedBy value to set.
        Returns:
        the MicrosoftGraphBaseItemVersion object itself.
      • lastModifiedDateTime

        public OffsetDateTime lastModifiedDateTime()
        Get the lastModifiedDateTime property: Date and time the version was last modified. Read-only.
        Returns:
        the lastModifiedDateTime value.
      • withLastModifiedDateTime

        public MicrosoftGraphBaseItemVersion withLastModifiedDateTime​(OffsetDateTime lastModifiedDateTime)
        Set the lastModifiedDateTime property: Date and time the version was last modified. Read-only.
        Parameters:
        lastModifiedDateTime - the lastModifiedDateTime value to set.
        Returns:
        the MicrosoftGraphBaseItemVersion object itself.