MicrosoftGraphPendingContentUpdate Class
- java.
lang. Object - com.
azure. resourcemanager. authorization. fluent. models. MicrosoftGraphPendingContentUpdate
- com.
Implements
public final class MicrosoftGraphPendingContentUpdate
implements JsonSerializable<MicrosoftGraphPendingContentUpdate>
Represents a pending content update.
Constructor Summary
| Constructor | Description |
|---|---|
| MicrosoftGraphPendingContentUpdate() |
Creates an instance of Microsoft |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| Map<String,Object> |
additionalProperties()
Get the additional |
|
static
Microsoft |
fromJson(JsonReader jsonReader)
Reads an instance of Microsoft |
|
Offset |
queuedDateTime()
Get the queued |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Microsoft |
withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additional |
|
Microsoft |
withQueuedDateTime(OffsetDateTime queuedDateTime)
Set the queued |
Methods inherited from java.lang.Object
Constructor Details
MicrosoftGraphPendingContentUpdate
public MicrosoftGraphPendingContentUpdate()
Creates an instance of MicrosoftGraphPendingContentUpdate class.
Method Details
additionalProperties
public Map<String,Object> additionalProperties()
Get the additionalProperties property: pendingContentUpdate.
Returns:
fromJson
public static MicrosoftGraphPendingContentUpdate fromJson(JsonReader jsonReader)
Reads an instance of MicrosoftGraphPendingContentUpdate from the JsonReader.
Parameters:
Returns:
Throws:
queuedDateTime
public OffsetDateTime queuedDateTime()
Get the queuedDateTime property: Date and time the pending binary operation was queued in UTC time. Read-only.
Returns:
toJson
validate
public void validate()
Validates the instance.
withAdditionalProperties
public MicrosoftGraphPendingContentUpdate withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: pendingContentUpdate.
Parameters:
Returns:
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:
Returns: