Class MicrosoftGraphIncompleteData
java.lang.Object
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphIncompleteData
incompleteData.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of MicrosoftGraphIncompleteData class. -
Method Summary
Modifier and TypeMethodDescriptionGet the additionalProperties property: incompleteData.Get the missingDataBeforeDateTime property: The service does not have source data before the specified time.voidvalidate()Validates the instance.Get the wasThrottled property: Some data was not recorded due to excessive activity.withAdditionalProperties(Map<String, Object> additionalProperties) Set the additionalProperties property: incompleteData.withMissingDataBeforeDateTime(OffsetDateTime missingDataBeforeDateTime) Set the missingDataBeforeDateTime property: The service does not have source data before the specified time.withWasThrottled(Boolean wasThrottled) Set the wasThrottled property: Some data was not recorded due to excessive activity.
-
Constructor Details
-
MicrosoftGraphIncompleteData
public MicrosoftGraphIncompleteData()Creates an instance of MicrosoftGraphIncompleteData class.
-
-
Method Details
-
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
Get the wasThrottled property: Some data was not recorded due to excessive activity.- Returns:
- the wasThrottled value.
-
withWasThrottled
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
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.
-