Class ResourceNavigationLinksListResultInner
- java.lang.Object
-
- com.azure.resourcemanager.network.fluent.models.ResourceNavigationLinksListResultInner
-
public final class ResourceNavigationLinksListResultInner extends Object
Response for ResourceNavigationLinks_List operation.
-
-
Constructor Summary
Constructors Constructor Description ResourceNavigationLinksListResultInner()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringnextLink()Get the nextLink property: The URL to get the next set of results.voidvalidate()Validates the instance.List<ResourceNavigationLink>value()Get the value property: The resource navigation links in a subnet.ResourceNavigationLinksListResultInnerwithValue(List<ResourceNavigationLink> value)Set the value property: The resource navigation links in a subnet.
-
-
-
Method Detail
-
value
public List<ResourceNavigationLink> value()
Get the value property: The resource navigation links in a subnet.- Returns:
- the value value.
-
withValue
public ResourceNavigationLinksListResultInner withValue(List<ResourceNavigationLink> value)
Set the value property: The resource navigation links in a subnet.- Parameters:
value- the value value to set.- Returns:
- the ResourceNavigationLinksListResultInner object itself.
-
nextLink
public String nextLink()
Get the nextLink property: The URL to get 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.
-
-