SecurityConnectorsList Class

  • java.lang.Object
    • com.azure.resourcemanager.security.models.SecurityConnectorsList

public final class SecurityConnectorsList

List of security connectors response.

Constructor Summary

Constructor Description
SecurityConnectorsList()

Creates an instance of SecurityConnectorsList class.

Method Summary

Modifier and Type Method and Description
String nextLink()

Get the nextLink property: The URI to fetch the next page.

void validate()

Validates the instance.

List<SecurityConnectorInner> value()

Get the value property: The list of security connectors under the given scope.

SecurityConnectorsList withValue(List<SecurityConnectorInner> value)

Set the value property: The list of security connectors under the given scope.

Methods inherited from java.lang.Object

Constructor Details

SecurityConnectorsList

public SecurityConnectorsList()

Creates an instance of SecurityConnectorsList class.

Method Details

nextLink

public String nextLink()

Get the nextLink property: The URI to fetch the next page.

Returns:

the nextLink value.

validate

public void validate()

Validates the instance.

value

public List value()

Get the value property: The list of security connectors under the given scope.

Returns:

the value value.

withValue

public SecurityConnectorsList withValue(List value)

Set the value property: The list of security connectors under the given scope.

Parameters:

value - the value value to set.

Returns:

the SecurityConnectorsList object itself.

Applies to