MicrosoftGraphPendingContentUpdate Class

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

public final class MicrosoftGraphPendingContentUpdate

pendingContentUpdate.

Constructor Summary

Constructor Description
MicrosoftGraphPendingContentUpdate()

Creates an instance of MicrosoftGraphPendingContentUpdate class.

Method Summary

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

Get the additionalProperties property: pendingContentUpdate.

OffsetDateTime queuedDateTime()

Get the queuedDateTime property: Date and time the pending binary operation was queued in UTC time.

void validate()

Validates the instance.

MicrosoftGraphPendingContentUpdate withAdditionalProperties(Map<String,Object> additionalProperties)

Set the additionalProperties property: pendingContentUpdate.

MicrosoftGraphPendingContentUpdate withQueuedDateTime(OffsetDateTime queuedDateTime)

Set the queuedDateTime property: Date and time the pending binary operation was queued in UTC time.

Methods inherited from java.lang.Object

Constructor Details

MicrosoftGraphPendingContentUpdate

public MicrosoftGraphPendingContentUpdate()

Creates an instance of MicrosoftGraphPendingContentUpdate class.

Method Details

additionalProperties

public Map additionalProperties()

Get the additionalProperties property: pendingContentUpdate.

Returns:

the additionalProperties value.

queuedDateTime

public OffsetDateTime queuedDateTime()

Get the queuedDateTime property: Date and time the pending binary operation was queued in UTC time. Read-only.

Returns:

the queuedDateTime value.

validate

public void validate()

Validates the instance.

withAdditionalProperties

public MicrosoftGraphPendingContentUpdate withAdditionalProperties(Map additionalProperties)

Set the additionalProperties property: pendingContentUpdate.

Parameters:

additionalProperties - the additionalProperties value to set.

Returns:

the MicrosoftGraphPendingContentUpdate object itself.

withQueuedDateTime

public MicrosoftGraphPendingContentUpdate withQueuedDateTime(OffsetDateTime queuedDateTime)

Set the queuedDateTime property: Date and time the pending binary operation was queued in UTC time. Read-only.

Parameters:

queuedDateTime - the queuedDateTime value to set.

Returns:

the MicrosoftGraphPendingContentUpdate object itself.

Applies to