Class MicrosoftGraphOperation

    • Constructor Detail

      • MicrosoftGraphOperation

        public MicrosoftGraphOperation()
    • Method Detail

      • createdDateTime

        public OffsetDateTime createdDateTime()
        Get the createdDateTime property: The start time of the operation.
        Returns:
        the createdDateTime value.
      • withCreatedDateTime

        public MicrosoftGraphOperation withCreatedDateTime​(OffsetDateTime createdDateTime)
        Set the createdDateTime property: The start time of the operation.
        Parameters:
        createdDateTime - the createdDateTime value to set.
        Returns:
        the MicrosoftGraphOperation object itself.
      • lastActionDateTime

        public OffsetDateTime lastActionDateTime()
        Get the lastActionDateTime property: The time of the last action of the operation.
        Returns:
        the lastActionDateTime value.
      • withLastActionDateTime

        public MicrosoftGraphOperation withLastActionDateTime​(OffsetDateTime lastActionDateTime)
        Set the lastActionDateTime property: The time of the last action of the operation.
        Parameters:
        lastActionDateTime - the lastActionDateTime value to set.
        Returns:
        the MicrosoftGraphOperation object itself.