ComplianceList Class

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

public final class ComplianceList

List of Compliance objects response.

Constructor Summary

Constructor Description
ComplianceList()

Creates an instance of ComplianceList 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<ComplianceInner> value()

Get the value property: List of Compliance objects.

ComplianceList withValue(List<ComplianceInner> value)

Set the value property: List of Compliance objects.

Methods inherited from java.lang.Object

Constructor Details

ComplianceList

public ComplianceList()

Creates an instance of ComplianceList 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: List of Compliance objects.

Returns:

the value value.

withValue

public ComplianceList withValue(List value)

Set the value property: List of Compliance objects.

Parameters:

value - the value value to set.

Returns:

the ComplianceList object itself.

Applies to