AutoProvisioningSettingList Class

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

public final class AutoProvisioningSettingList

List of all the auto provisioning settings response.

Constructor Summary

Constructor Description
AutoProvisioningSettingList()

Creates an instance of AutoProvisioningSettingList 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<AutoProvisioningSettingInner> value()

Get the value property: List of all the auto provisioning settings.

AutoProvisioningSettingList withValue(List<AutoProvisioningSettingInner> value)

Set the value property: List of all the auto provisioning settings.

Methods inherited from java.lang.Object

Constructor Details

AutoProvisioningSettingList

public AutoProvisioningSettingList()

Creates an instance of AutoProvisioningSettingList 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 all the auto provisioning settings.

Returns:

the value value.

withValue

public AutoProvisioningSettingList withValue(List value)

Set the value property: List of all the auto provisioning settings.

Parameters:

value - the value value to set.

Returns:

the AutoProvisioningSettingList object itself.

Applies to