Class MicrosoftGraphIncompleteData


  • public final class MicrosoftGraphIncompleteData
    extends Object
    incompleteData.
    • Constructor Detail

      • MicrosoftGraphIncompleteData

        public MicrosoftGraphIncompleteData()
    • Method Detail

      • missingDataBeforeDateTime

        public OffsetDateTime missingDataBeforeDateTime()
        Get the missingDataBeforeDateTime property: The service does not have source data before the specified time.
        Returns:
        the missingDataBeforeDateTime value.
      • withMissingDataBeforeDateTime

        public MicrosoftGraphIncompleteData withMissingDataBeforeDateTime​(OffsetDateTime missingDataBeforeDateTime)
        Set the missingDataBeforeDateTime property: The service does not have source data before the specified time.
        Parameters:
        missingDataBeforeDateTime - the missingDataBeforeDateTime value to set.
        Returns:
        the MicrosoftGraphIncompleteData object itself.
      • wasThrottled

        public Boolean wasThrottled()
        Get the wasThrottled property: Some data was not recorded due to excessive activity.
        Returns:
        the wasThrottled value.
      • withWasThrottled

        public MicrosoftGraphIncompleteData withWasThrottled​(Boolean wasThrottled)
        Set the wasThrottled property: Some data was not recorded due to excessive activity.
        Parameters:
        wasThrottled - the wasThrottled value to set.
        Returns:
        the MicrosoftGraphIncompleteData object itself.
      • additionalProperties

        public Map<String,​Object> additionalProperties()
        Get the additionalProperties property: incompleteData.
        Returns:
        the additionalProperties value.
      • withAdditionalProperties

        public MicrosoftGraphIncompleteData withAdditionalProperties​(Map<String,​Object> additionalProperties)
        Set the additionalProperties property: incompleteData.
        Parameters:
        additionalProperties - the additionalProperties value to set.
        Returns:
        the MicrosoftGraphIncompleteData object itself.
      • validate

        public void validate()
        Validates the instance.
        Throws:
        IllegalArgumentException - thrown if the instance is not valid.