FeatureValidationRequestBase Class

  • java.lang.Object
    • com.azure.resourcemanager.dataprotection.models.FeatureValidationRequestBase

Implements

public class FeatureValidationRequestBase
implements JsonSerializable<FeatureValidationRequestBase>

Base class for Backup Feature support.

Constructor Summary

Constructor Description
FeatureValidationRequestBase()

Creates an instance of FeatureValidationRequestBase class.

Method Summary

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

Reads an instance of FeatureValidationRequestBase from the JsonReader.

String objectType()

Get the objectType property: Type of the specific object - used for deserializing.

JsonWriter toJson(JsonWriter jsonWriter)

Methods inherited from java.lang.Object

Constructor Details

FeatureValidationRequestBase

public FeatureValidationRequestBase()

Creates an instance of FeatureValidationRequestBase class.

Method Details

fromJson

public static FeatureValidationRequestBase fromJson(JsonReader jsonReader)

Reads an instance of FeatureValidationRequestBase from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

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

objectType

public String objectType()

Get the objectType property: Type of the specific object - used for deserializing.

Returns:

the objectType value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

Applies to