Class MicrosoftGraphTeamsAsyncOperation


  • public final class MicrosoftGraphTeamsAsyncOperation
    extends MicrosoftGraphEntity
    teamsAsyncOperation.
    • Constructor Detail

      • MicrosoftGraphTeamsAsyncOperation

        public MicrosoftGraphTeamsAsyncOperation()
    • Method Detail

      • attemptsCount

        public Integer attemptsCount()
        Get the attemptsCount property: Number of times the operation was attempted before being marked successful or failed.
        Returns:
        the attemptsCount value.
      • withAttemptsCount

        public MicrosoftGraphTeamsAsyncOperation withAttemptsCount​(Integer attemptsCount)
        Set the attemptsCount property: Number of times the operation was attempted before being marked successful or failed.
        Parameters:
        attemptsCount - the attemptsCount value to set.
        Returns:
        the MicrosoftGraphTeamsAsyncOperation object itself.
      • createdDateTime

        public OffsetDateTime createdDateTime()
        Get the createdDateTime property: Time when the operation was created.
        Returns:
        the createdDateTime value.
      • withCreatedDateTime

        public MicrosoftGraphTeamsAsyncOperation withCreatedDateTime​(OffsetDateTime createdDateTime)
        Set the createdDateTime property: Time when the operation was created.
        Parameters:
        createdDateTime - the createdDateTime value to set.
        Returns:
        the MicrosoftGraphTeamsAsyncOperation object itself.
      • lastActionDateTime

        public OffsetDateTime lastActionDateTime()
        Get the lastActionDateTime property: Time when the async operation was last updated.
        Returns:
        the lastActionDateTime value.
      • withLastActionDateTime

        public MicrosoftGraphTeamsAsyncOperation withLastActionDateTime​(OffsetDateTime lastActionDateTime)
        Set the lastActionDateTime property: Time when the async operation was last updated.
        Parameters:
        lastActionDateTime - the lastActionDateTime value to set.
        Returns:
        the MicrosoftGraphTeamsAsyncOperation object itself.
      • targetResourceId

        public String targetResourceId()
        Get the targetResourceId property: The ID of the object that's created or modified as result of this async operation, typically a team.
        Returns:
        the targetResourceId value.
      • withTargetResourceId

        public MicrosoftGraphTeamsAsyncOperation withTargetResourceId​(String targetResourceId)
        Set the targetResourceId property: The ID of the object that's created or modified as result of this async operation, typically a team.
        Parameters:
        targetResourceId - the targetResourceId value to set.
        Returns:
        the MicrosoftGraphTeamsAsyncOperation object itself.
      • targetResourceLocation

        public String targetResourceLocation()
        Get the targetResourceLocation property: The location of the object that's created or modified as result of this async operation. This URL should be treated as an opaque value and not parsed into its component paths.
        Returns:
        the targetResourceLocation value.
      • withTargetResourceLocation

        public MicrosoftGraphTeamsAsyncOperation withTargetResourceLocation​(String targetResourceLocation)
        Set the targetResourceLocation property: The location of the object that's created or modified as result of this async operation. This URL should be treated as an opaque value and not parsed into its component paths.
        Parameters:
        targetResourceLocation - the targetResourceLocation value to set.
        Returns:
        the MicrosoftGraphTeamsAsyncOperation object itself.