SecurityContactList Class

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

public final class SecurityContactList

List of security contacts response.

Constructor Summary

Constructor Description
SecurityContactList()

Creates an instance of SecurityContactList 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<SecurityContactInner> value()

Get the value property: List of security contacts.

SecurityContactList withValue(List<SecurityContactInner> value)

Set the value property: List of security contacts.

Methods inherited from java.lang.Object

Constructor Details

SecurityContactList

public SecurityContactList()

Creates an instance of SecurityContactList 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 security contacts.

Returns:

the value value.

withValue

public SecurityContactList withValue(List value)

Set the value property: List of security contacts.

Parameters:

value - the value value to set.

Returns:

the SecurityContactList object itself.

Applies to