Share via


DeliveryAttributeListResultInner Class

  • java.lang.Object
    • com.azure.resourcemanager.eventgrid.fluent.models.DeliveryAttributeListResultInner

Implements

public final class DeliveryAttributeListResultInner
implements JsonSerializable<DeliveryAttributeListResultInner>

Result of the Get delivery attributes operation.

Constructor Summary

Constructor Description
DeliveryAttributeListResultInner()

Creates an instance of DeliveryAttributeListResultInner class.

Method Summary

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

Reads an instance of DeliveryAttributeListResultInner from the JsonReader.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

List<DeliveryAttributeMapping> value()

Get the value property: A collection of DeliveryAttributeMapping.

DeliveryAttributeListResultInner withValue(List<DeliveryAttributeMapping> value)

Set the value property: A collection of DeliveryAttributeMapping.

Methods inherited from java.lang.Object

Constructor Details

DeliveryAttributeListResultInner

public DeliveryAttributeListResultInner()

Creates an instance of DeliveryAttributeListResultInner class.

Method Details

fromJson

public static DeliveryAttributeListResultInner fromJson(JsonReader jsonReader)

Reads an instance of DeliveryAttributeListResultInner from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

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

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

value

public List<DeliveryAttributeMapping> value()

Get the value property: A collection of DeliveryAttributeMapping.

Returns:

the value value.

withValue

public DeliveryAttributeListResultInner withValue(List<DeliveryAttributeMapping> value)

Set the value property: A collection of DeliveryAttributeMapping.

Parameters:

value - the value value to set.

Returns:

the DeliveryAttributeListResultInner object itself.

Applies to