ResourceNavigationLinksListResultInner Class
- java.
lang. Object - com.
azure. resourcemanager. network. fluent. models. ResourceNavigationLinksListResultInner
- com.
Implements
public final class ResourceNavigationLinksListResultInner
implements JsonSerializable<ResourceNavigationLinksListResultInner>
Paged collection of ResourceNavigationLink items.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Resource |
fromJson(JsonReader jsonReader)
Reads an instance of Resource |
| String |
nextLink()
Get the next |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
List<Resource |
value()
Get the value property: The Resource |
Methods inherited from java.lang.Object
Method Details
fromJson
public static ResourceNavigationLinksListResultInner fromJson(JsonReader jsonReader)
Reads an instance of ResourceNavigationLinksListResultInner from the JsonReader.
Parameters:
Returns:
Throws:
nextLink
public String nextLink()
Get the nextLink property: The link to the next page of items.
Returns:
toJson
validate
public void validate()
Validates the instance.
value
public List<ResourceNavigationLink> value()
Get the value property: The ResourceNavigationLink items on this page.
Returns: