Class EventTypesListResult
- java.lang.Object
-
- com.azure.resourcemanager.eventgrid.models.EventTypesListResult
-
public final class EventTypesListResult extends Object
Result of the List Event Types operation.
-
-
Constructor Summary
Constructors Constructor Description EventTypesListResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidvalidate()Validates the instance.List<EventTypeInner>value()Get the value property: A collection of event types.EventTypesListResultwithValue(List<EventTypeInner> value)Set the value property: A collection of event types.
-
-
-
Method Detail
-
value
public List<EventTypeInner> value()
Get the value property: A collection of event types.- Returns:
- the value value.
-
withValue
public EventTypesListResult withValue(List<EventTypeInner> value)
Set the value property: A collection of event types.- Parameters:
value- the value value to set.- Returns:
- the EventTypesListResult object itself.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-