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