Class ProviderResourceTypeListResultInner
- java.lang.Object
-
- com.azure.resourcemanager.resources.fluent.models.ProviderResourceTypeListResultInner
-
public final class ProviderResourceTypeListResultInner extends Object
List of resource types of a resource provider.
-
-
Constructor Summary
Constructors Constructor Description ProviderResourceTypeListResultInner()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringnextLink()Get the nextLink property: The URL to use for getting the next set of results.voidvalidate()Validates the instance.List<ProviderResourceType>value()Get the value property: An array of resource types.ProviderResourceTypeListResultInnerwithValue(List<ProviderResourceType> value)Set the value property: An array of resource types.
-
-
-
Method Detail
-
value
public List<ProviderResourceType> value()
Get the value property: An array of resource types.- Returns:
- the value value.
-
withValue
public ProviderResourceTypeListResultInner withValue(List<ProviderResourceType> value)
Set the value property: An array of resource types.- Parameters:
value- the value value to set.- Returns:
- the ProviderResourceTypeListResultInner object itself.
-
nextLink
public String nextLink()
Get the nextLink property: The URL to use for getting the next set of results.- Returns:
- the nextLink value.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-