NetworkRuleSetListResultInner Class

  • java.lang.Object
    • com.azure.resourcemanager.eventhubs.fluent.models.NetworkRuleSetListResultInner

public final class NetworkRuleSetListResultInner

The response of the List NetworkRuleSet operation.

Constructor Summary

Constructor Description
NetworkRuleSetListResultInner()

Method Summary

Modifier and Type Method and Description
String nextLink()

Get the nextLink property: Link to the next set of results.

void validate()

Validates the instance.

List<NetworkRuleSetInner> value()

Get the value property: Result of the List NetworkRuleSet operation.

NetworkRuleSetListResultInner withNextLink(String nextLink)

Set the nextLink property: Link to the next set of results.

NetworkRuleSetListResultInner withValue(List<NetworkRuleSetInner> value)

Set the value property: Result of the List NetworkRuleSet operation.

Methods inherited from java.lang.Object

Constructor Details

NetworkRuleSetListResultInner

public NetworkRuleSetListResultInner()

Method Details

nextLink

public String nextLink()

Get the nextLink property: Link to the next set of results. Not empty if Value contains incomplete list of NetworkRuleSet.

Returns:

the nextLink value.

validate

public void validate()

Validates the instance.

value

public List value()

Get the value property: Result of the List NetworkRuleSet operation.

Returns:

the value value.

withNextLink

public NetworkRuleSetListResultInner withNextLink(String nextLink)

Set the nextLink property: Link to the next set of results. Not empty if Value contains incomplete list of NetworkRuleSet.

Parameters:

nextLink - the nextLink value to set.

Returns:

the NetworkRuleSetListResultInner object itself.

withValue

public NetworkRuleSetListResultInner withValue(List value)

Set the value property: Result of the List NetworkRuleSet operation.

Parameters:

value - the value value to set.

Returns:

the NetworkRuleSetListResultInner object itself.

Applies to