ExposureControlBatchRequest Class

  • java.lang.Object
    • com.azure.resourcemanager.datafactory.models.ExposureControlBatchRequest

Implements

public final class ExposureControlBatchRequest
implements JsonSerializable<ExposureControlBatchRequest>

A list of exposure control features.

Constructor Summary

Constructor Description
ExposureControlBatchRequest()

Creates an instance of ExposureControlBatchRequest class.

Method Summary

Modifier and Type Method and Description
List<ExposureControlRequest> exposureControlRequests()

Get the exposureControlRequests property: List of exposure control features.

static ExposureControlBatchRequest fromJson(JsonReader jsonReader)

Reads an instance of ExposureControlBatchRequest from the JsonReader.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

ExposureControlBatchRequest withExposureControlRequests(List<ExposureControlRequest> exposureControlRequests)

Set the exposureControlRequests property: List of exposure control features.

Methods inherited from java.lang.Object

Constructor Details

ExposureControlBatchRequest

public ExposureControlBatchRequest()

Creates an instance of ExposureControlBatchRequest class.

Method Details

exposureControlRequests

public List<ExposureControlRequest> exposureControlRequests()

Get the exposureControlRequests property: List of exposure control features.

Returns:

the exposureControlRequests value.

fromJson

public static ExposureControlBatchRequest fromJson(JsonReader jsonReader)

Reads an instance of ExposureControlBatchRequest from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of ExposureControlBatchRequest if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.

Throws:

IOException

- If the deserialized JSON object was missing any required properties.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

withExposureControlRequests

public ExposureControlBatchRequest withExposureControlRequests(List<ExposureControlRequest> exposureControlRequests)

Set the exposureControlRequests property: List of exposure control features.

Parameters:

exposureControlRequests - the exposureControlRequests value to set.

Returns:

the ExposureControlBatchRequest object itself.

Applies to