UnlockDeleteResponseInner Class

  • java.lang.Object
    • com.azure.resourcemanager.dataprotection.fluent.models.UnlockDeleteResponseInner

Implements

public final class UnlockDeleteResponseInner
implements JsonSerializable<UnlockDeleteResponseInner>

Response of Unlock Delete API.

Method Summary

Modifier and Type Method and Description
static UnlockDeleteResponseInner fromJson(JsonReader jsonReader)

Reads an instance of UnlockDeleteResponseInner from the JsonReader.

JsonWriter toJson(JsonWriter jsonWriter)
String unlockDeleteExpiryTime()

Get the unlockDeleteExpiryTime property: This is the time when unlock delete privileges will get expired.

Methods inherited from java.lang.Object

Method Details

fromJson

public static UnlockDeleteResponseInner fromJson(JsonReader jsonReader)

Reads an instance of UnlockDeleteResponseInner from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

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

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

unlockDeleteExpiryTime

public String unlockDeleteExpiryTime()

Get the unlockDeleteExpiryTime property: This is the time when unlock delete privileges will get expired.

Returns:

the unlockDeleteExpiryTime value.

Applies to