MicrosoftGraphPendingOperations Class

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

Implements

public final class MicrosoftGraphPendingOperations
implements JsonSerializable<MicrosoftGraphPendingOperations>

pendingOperations.

Constructor Summary

Constructor Description
MicrosoftGraphPendingOperations()

Creates an instance of MicrosoftGraphPendingOperations class.

Method Summary

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

Get the additionalProperties property: pendingOperations.

static MicrosoftGraphPendingOperations fromJson(JsonReader jsonReader)

Reads an instance of MicrosoftGraphPendingOperations from the JsonReader.

MicrosoftGraphPendingContentUpdate pendingContentUpdate()

Get the pendingContentUpdate property: pendingContentUpdate.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

MicrosoftGraphPendingOperations withAdditionalProperties(Map<String,Object> additionalProperties)

Set the additionalProperties property: pendingOperations.

MicrosoftGraphPendingOperations withPendingContentUpdate(MicrosoftGraphPendingContentUpdate pendingContentUpdate)

Set the pendingContentUpdate property: pendingContentUpdate.

Methods inherited from java.lang.Object

Constructor Details

MicrosoftGraphPendingOperations

public MicrosoftGraphPendingOperations()

Creates an instance of MicrosoftGraphPendingOperations class.

Method Details

additionalProperties

public Map additionalProperties()

Get the additionalProperties property: pendingOperations.

Returns:

the additionalProperties value.

fromJson

public static MicrosoftGraphPendingOperations fromJson(JsonReader jsonReader)

Reads an instance of MicrosoftGraphPendingOperations from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of MicrosoftGraphPendingOperations 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 MicrosoftGraphPendingOperations.

pendingContentUpdate

public MicrosoftGraphPendingContentUpdate pendingContentUpdate()

Get the pendingContentUpdate property: pendingContentUpdate.

Returns:

the pendingContentUpdate value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

withAdditionalProperties

public MicrosoftGraphPendingOperations withAdditionalProperties(Map additionalProperties)

Set the additionalProperties property: pendingOperations.

Parameters:

additionalProperties - the additionalProperties value to set.

Returns:

the MicrosoftGraphPendingOperations object itself.

withPendingContentUpdate

public MicrosoftGraphPendingOperations withPendingContentUpdate(MicrosoftGraphPendingContentUpdate pendingContentUpdate)

Set the pendingContentUpdate property: pendingContentUpdate.

Parameters:

pendingContentUpdate - the pendingContentUpdate value to set.

Returns:

the MicrosoftGraphPendingOperations object itself.

Applies to