Share via


MicrosoftGraphIncompleteData Class

  • java.lang.Object
    • com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphIncompleteData

Implements

public final class MicrosoftGraphIncompleteData
implements JsonSerializable<MicrosoftGraphIncompleteData>

Represents an incomplete data.

Constructor Summary

Constructor Description
MicrosoftGraphIncompleteData()

Creates an instance of MicrosoftGraphIncompleteData class.

Method Summary

Modifier and Type Method and Description
Map<String,Object> additionalProperties()

Get the additionalProperties property: incompleteData.

static MicrosoftGraphIncompleteData fromJson(JsonReader jsonReader)

Reads an instance of MicrosoftGraphIncompleteData from the JsonReader.

OffsetDateTime missingDataBeforeDateTime()

Get the missingDataBeforeDateTime property: The service does not have source data before the specified time.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

Boolean wasThrottled()

Get the wasThrottled property: Some data was not recorded due to excessive activity.

MicrosoftGraphIncompleteData withAdditionalProperties(Map<String,Object> additionalProperties)

Set the additionalProperties property: incompleteData.

MicrosoftGraphIncompleteData withMissingDataBeforeDateTime(OffsetDateTime missingDataBeforeDateTime)

Set the missingDataBeforeDateTime property: The service does not have source data before the specified time.

MicrosoftGraphIncompleteData withWasThrottled(Boolean wasThrottled)

Set the wasThrottled property: Some data was not recorded due to excessive activity.

Methods inherited from java.lang.Object

Constructor Details

MicrosoftGraphIncompleteData

public MicrosoftGraphIncompleteData()

Creates an instance of MicrosoftGraphIncompleteData class.

Method Details

additionalProperties

public Map<String,Object> additionalProperties()

Get the additionalProperties property: incompleteData.

Returns:

the additionalProperties value.

fromJson

public static MicrosoftGraphIncompleteData fromJson(JsonReader jsonReader)

Reads an instance of MicrosoftGraphIncompleteData from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of MicrosoftGraphIncompleteData if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.

Throws:

IOException

- If an error occurs while reading the MicrosoftGraphIncompleteData.

missingDataBeforeDateTime

public OffsetDateTime missingDataBeforeDateTime()

Get the missingDataBeforeDateTime property: The service does not have source data before the specified time.

Returns:

the missingDataBeforeDateTime value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

wasThrottled

public Boolean wasThrottled()

Get the wasThrottled property: Some data was not recorded due to excessive activity.

Returns:

the wasThrottled 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.

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.

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.

Applies to