SBAuthorizationRuleListResult Class

  • java.lang.Object
    • com.azure.resourcemanager.servicebus.models.SBAuthorizationRuleListResult

public final class SBAuthorizationRuleListResult

The response to the List Namespace operation.

Constructor Summary

Constructor Description
SBAuthorizationRuleListResult()

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<SBAuthorizationRuleInner> value()

Get the value property: Result of the List Authorization Rules operation.

SBAuthorizationRuleListResult withNextLink(String nextLink)

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

SBAuthorizationRuleListResult withValue(List<SBAuthorizationRuleInner> value)

Set the value property: Result of the List Authorization Rules operation.

Methods inherited from java.lang.Object

Constructor Details

SBAuthorizationRuleListResult

public SBAuthorizationRuleListResult()

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 Authorization Rules.

Returns:

the nextLink value.

validate

public void validate()

Validates the instance.

value

public List value()

Get the value property: Result of the List Authorization Rules operation.

Returns:

the value value.

withNextLink

public SBAuthorizationRuleListResult withNextLink(String nextLink)

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

Parameters:

nextLink - the nextLink value to set.

Returns:

the SBAuthorizationRuleListResult object itself.

withValue

public SBAuthorizationRuleListResult withValue(List value)

Set the value property: Result of the List Authorization Rules operation.

Parameters:

value - the value value to set.

Returns:

the SBAuthorizationRuleListResult object itself.

Applies to