Class MicrosoftGraphChangeTrackedEntity

    • Constructor Detail

      • MicrosoftGraphChangeTrackedEntity

        public MicrosoftGraphChangeTrackedEntity()
    • Method Detail

      • createdDateTime

        public OffsetDateTime createdDateTime()
        Get the createdDateTime property: The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'.
        Returns:
        the createdDateTime value.
      • withCreatedDateTime

        public MicrosoftGraphChangeTrackedEntity withCreatedDateTime​(OffsetDateTime createdDateTime)
        Set the createdDateTime property: The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'.
        Parameters:
        createdDateTime - the createdDateTime value to set.
        Returns:
        the MicrosoftGraphChangeTrackedEntity object itself.
      • lastModifiedBy

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

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

        public OffsetDateTime lastModifiedDateTime()
        Get the lastModifiedDateTime property: The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'.
        Returns:
        the lastModifiedDateTime value.
      • withLastModifiedDateTime

        public MicrosoftGraphChangeTrackedEntity withLastModifiedDateTime​(OffsetDateTime lastModifiedDateTime)
        Set the lastModifiedDateTime property: The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'.
        Parameters:
        lastModifiedDateTime - the lastModifiedDateTime value to set.
        Returns:
        the MicrosoftGraphChangeTrackedEntity object itself.