AzureDevOpsRepositoryListResponse Class

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

public final class AzureDevOpsRepositoryListResponse

List of RP resources which supports pagination.

Constructor Summary

Constructor Description
AzureDevOpsRepositoryListResponse()

Creates an instance of AzureDevOpsRepositoryListResponse class.

Method Summary

Modifier and Type Method and Description
String nextLink()

Get the nextLink property: Gets or sets next link to scroll over the results.

void validate()

Validates the instance.

List<AzureDevOpsRepositoryInner> value()

Get the value property: Gets or sets list of resources.

AzureDevOpsRepositoryListResponse withNextLink(String nextLink)

Set the nextLink property: Gets or sets next link to scroll over the results.

AzureDevOpsRepositoryListResponse withValue(List<AzureDevOpsRepositoryInner> value)

Set the value property: Gets or sets list of resources.

Methods inherited from java.lang.Object

Constructor Details

AzureDevOpsRepositoryListResponse

public AzureDevOpsRepositoryListResponse()

Creates an instance of AzureDevOpsRepositoryListResponse class.

Method Details

nextLink

public String nextLink()

Get the nextLink property: Gets or sets next link to scroll over the results.

Returns:

the nextLink value.

validate

public void validate()

Validates the instance.

value

public List value()

Get the value property: Gets or sets list of resources.

Returns:

the value value.

withNextLink

public AzureDevOpsRepositoryListResponse withNextLink(String nextLink)

Set the nextLink property: Gets or sets next link to scroll over the results.

Parameters:

nextLink - the nextLink value to set.

Returns:

the AzureDevOpsRepositoryListResponse object itself.

withValue

public AzureDevOpsRepositoryListResponse withValue(List value)

Set the value property: Gets or sets list of resources.

Parameters:

value - the value value to set.

Returns:

the AzureDevOpsRepositoryListResponse object itself.

Applies to