SecureScoresList Class

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

public final class SecureScoresList

List of secure scores.

Constructor Summary

Constructor Description
SecureScoresList()

Creates an instance of SecureScoresList 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<SecureScoreItemInner> value()

Get the value property: Collection of secure scores in this page.

Methods inherited from java.lang.Object

Constructor Details

SecureScoresList

public SecureScoresList()

Creates an instance of SecureScoresList 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: Collection of secure scores in this page.

Returns:

the value value.

Applies to