ResourceListResult Class

  • java.lang.Object
    • com.azure.resourcemanager.keyvault.models.ResourceListResult

public final class ResourceListResult

List of vault resources.

Constructor Summary

Constructor Description
ResourceListResult()

Creates an instance of ResourceListResult class.

Method Summary

Modifier and Type Method and Description
String nextLink()

Get the nextLink property: The URL to get the next set of vault resources.

void validate()

Validates the instance.

List<Resource> value()

Get the value property: The list of vault resources.

ResourceListResult withNextLink(String nextLink)

Set the nextLink property: The URL to get the next set of vault resources.

ResourceListResult withValue(List<Resource> value)

Set the value property: The list of vault resources.

Methods inherited from java.lang.Object

Constructor Details

ResourceListResult

public ResourceListResult()

Creates an instance of ResourceListResult class.

Method Details

nextLink

public String nextLink()

Get the nextLink property: The URL to get the next set of vault resources.

Returns:

the nextLink value.

validate

public void validate()

Validates the instance.

value

public List value()

Get the value property: The list of vault resources.

Returns:

the value value.

withNextLink

public ResourceListResult withNextLink(String nextLink)

Set the nextLink property: The URL to get the next set of vault resources.

Parameters:

nextLink - the nextLink value to set.

Returns:

the ResourceListResult object itself.

withValue

public ResourceListResult withValue(List value)

Set the value property: The list of vault resources.

Parameters:

value - the value value to set.

Returns:

the ResourceListResult object itself.

Applies to