RegulatoryComplianceAssessmentList Class

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

public final class RegulatoryComplianceAssessmentList

List of regulatory compliance assessment response.

Constructor Summary

Constructor Description
RegulatoryComplianceAssessmentList()

Creates an instance of RegulatoryComplianceAssessmentList 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<RegulatoryComplianceAssessmentInner> value()

Get the value property: The value property.

RegulatoryComplianceAssessmentList withValue(List<RegulatoryComplianceAssessmentInner> value)

Set the value property: The value property.

Methods inherited from java.lang.Object

Constructor Details

RegulatoryComplianceAssessmentList

public RegulatoryComplianceAssessmentList()

Creates an instance of RegulatoryComplianceAssessmentList 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 value property.

Returns:

the value value.

withValue

public RegulatoryComplianceAssessmentList withValue(List value)

Set the value property: The value property.

Parameters:

value - the value value to set.

Returns:

the RegulatoryComplianceAssessmentList object itself.

Applies to