CustomAssessmentAutomationsListResult Class

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

public final class CustomAssessmentAutomationsListResult

A list of Custom Assessment Automations.

Constructor Summary

Constructor Description
CustomAssessmentAutomationsListResult()

Creates an instance of CustomAssessmentAutomationsListResult class.

Method Summary

Modifier and Type Method and Description
String nextLink()

Get the nextLink property: The link used to get the next page of operations.

void validate()

Validates the instance.

List<CustomAssessmentAutomationInner> value()

Get the value property: Collection of Custom Assessment Automations.

CustomAssessmentAutomationsListResult withNextLink(String nextLink)

Set the nextLink property: The link used to get the next page of operations.

Methods inherited from java.lang.Object

Constructor Details

CustomAssessmentAutomationsListResult

public CustomAssessmentAutomationsListResult()

Creates an instance of CustomAssessmentAutomationsListResult class.

Method Details

nextLink

public String nextLink()

Get the nextLink property: The link used to get the next page of operations.

Returns:

the nextLink value.

validate

public void validate()

Validates the instance.

value

public List value()

Get the value property: Collection of Custom Assessment Automations.

Returns:

the value value.

withNextLink

public CustomAssessmentAutomationsListResult withNextLink(String nextLink)

Set the nextLink property: The link used to get the next page of operations.

Parameters:

nextLink - the nextLink value to set.

Returns:

the CustomAssessmentAutomationsListResult object itself.

Applies to