Class SubscriptionFeatureRegistrationList
- java.lang.Object
-
- com.azure.resourcemanager.resources.models.SubscriptionFeatureRegistrationList
-
public final class SubscriptionFeatureRegistrationList extends Object
The list of subscription feature registrations.
-
-
Constructor Summary
Constructors Constructor Description SubscriptionFeatureRegistrationList()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringnextLink()Get the nextLink property: The link used to get the next page of subscription feature registrations list.voidvalidate()Validates the instance.List<SubscriptionFeatureRegistrationInner>value()Get the value property: The list of subscription feature registrations.SubscriptionFeatureRegistrationListwithNextLink(String nextLink)Set the nextLink property: The link used to get the next page of subscription feature registrations list.SubscriptionFeatureRegistrationListwithValue(List<SubscriptionFeatureRegistrationInner> value)Set the value property: The list of subscription feature registrations.
-
-
-
Method Detail
-
nextLink
public String nextLink()
Get the nextLink property: The link used to get the next page of subscription feature registrations list.- Returns:
- the nextLink value.
-
withNextLink
public SubscriptionFeatureRegistrationList withNextLink(String nextLink)
Set the nextLink property: The link used to get the next page of subscription feature registrations list.- Parameters:
nextLink- the nextLink value to set.- Returns:
- the SubscriptionFeatureRegistrationList object itself.
-
value
public List<SubscriptionFeatureRegistrationInner> value()
Get the value property: The list of subscription feature registrations.- Returns:
- the value value.
-
withValue
public SubscriptionFeatureRegistrationList withValue(List<SubscriptionFeatureRegistrationInner> value)
Set the value property: The list of subscription feature registrations.- Parameters:
value- the value value to set.- Returns:
- the SubscriptionFeatureRegistrationList object itself.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-