DeliveryAttributeListResultInner Class
- java.
lang. Object - com.
azure. resourcemanager. eventgrid. fluent. models. DeliveryAttributeListResultInner
- com.
Implements
public final class DeliveryAttributeListResultInner
implements JsonSerializable<DeliveryAttributeListResultInner>
Result of the Get delivery attributes operation.
Constructor Summary
| Constructor | Description |
|---|---|
| DeliveryAttributeListResultInner() |
Creates an instance of Delivery |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Delivery |
fromJson(JsonReader jsonReader)
Reads an instance of Delivery |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
List<Delivery |
value()
Get the value property: A collection of Delivery |
|
Delivery |
withValue(List<DeliveryAttributeMapping> value)
Set the value property: A collection of Delivery |
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:
Returns:
Throws:
toJson
validate
public void validate()
Validates the instance.
value
public List<DeliveryAttributeMapping> value()
Get the value property: A collection of DeliveryAttributeMapping.
Returns:
withValue
public DeliveryAttributeListResultInner withValue(List<DeliveryAttributeMapping> value)
Set the value property: A collection of DeliveryAttributeMapping.
Parameters:
Returns: