Class FeatureOperationsListResult
- java.lang.Object
-
- com.azure.resourcemanager.resources.models.FeatureOperationsListResult
-
public final class FeatureOperationsListResult extends Object
List of previewed features.
-
-
Constructor Summary
Constructors Constructor Description FeatureOperationsListResult()
-
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<FeatureResultInner>value()Get the value property: The array of features.FeatureOperationsListResultwithNextLink(String nextLink)Set the nextLink property: The URL to use for getting the next set of results.FeatureOperationsListResultwithValue(List<FeatureResultInner> value)Set the value property: The array of features.
-
-
-
Method Detail
-
value
public List<FeatureResultInner> value()
Get the value property: The array of features.- Returns:
- the value value.
-
withValue
public FeatureOperationsListResult withValue(List<FeatureResultInner> value)
Set the value property: The array of features.- Parameters:
value- the value value to set.- Returns:
- the FeatureOperationsListResult 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.
-
withNextLink
public FeatureOperationsListResult withNextLink(String nextLink)
Set the nextLink property: The URL to use for getting the next set of results.- Parameters:
nextLink- the nextLink value to set.- Returns:
- the FeatureOperationsListResult object itself.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-