ResourceNavigationLinksListResultInner Class

  • java.lang.Object
    • com.azure.resourcemanager.network.fluent.models.ResourceNavigationLinksListResultInner

Implements

public final class ResourceNavigationLinksListResultInner
implements JsonSerializable<ResourceNavigationLinksListResultInner>

Response for ResourceNavigationLinks_List operation.

Constructor Summary

Constructor Description
ResourceNavigationLinksListResultInner()

Creates an instance of ResourceNavigationLinksListResultInner class.

Method Summary

Modifier and Type Method and Description
static ResourceNavigationLinksListResultInner fromJson(JsonReader jsonReader)

Reads an instance of ResourceNavigationLinksListResultInner from the JsonReader.

String nextLink()

Get the nextLink property: The URL to get the next set of results.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

List<ResourceNavigationLink> value()

Get the value property: The resource navigation links in a subnet.

ResourceNavigationLinksListResultInner withValue(List<ResourceNavigationLink> value)

Set the value property: The resource navigation links in a subnet.

Methods inherited from java.lang.Object

Constructor Details

ResourceNavigationLinksListResultInner

public ResourceNavigationLinksListResultInner()

Creates an instance of ResourceNavigationLinksListResultInner class.

Method Details

fromJson

public static ResourceNavigationLinksListResultInner fromJson(JsonReader jsonReader)

Reads an instance of ResourceNavigationLinksListResultInner from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of ResourceNavigationLinksListResultInner if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.

Throws:

IOException

- If an error occurs while reading the ResourceNavigationLinksListResultInner.

nextLink

public String nextLink()

Get the nextLink property: The URL to get the next set of results.

Returns:

the nextLink value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

value

public List value()

Get the value property: The resource navigation links in a subnet.

Returns:

the value value.

withValue

public ResourceNavigationLinksListResultInner withValue(List value)

Set the value property: The resource navigation links in a subnet.

Parameters:

value - the value value to set.

Returns:

the ResourceNavigationLinksListResultInner object itself.

Applies to