GitLabProjectListResponse Class

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

public final class GitLabProjectListResponse

List of RP resources which supports pagination.

Constructor Summary

Constructor Description
GitLabProjectListResponse()

Creates an instance of GitLabProjectListResponse 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<GitLabProjectInner> value()

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

GitLabProjectListResponse withNextLink(String nextLink)

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

GitLabProjectListResponse withValue(List<GitLabProjectInner> value)

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

Methods inherited from java.lang.Object

Constructor Details

GitLabProjectListResponse

public GitLabProjectListResponse()

Creates an instance of GitLabProjectListResponse 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 GitLabProjectListResponse 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 GitLabProjectListResponse object itself.

withValue

public GitLabProjectListResponse withValue(List value)

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

Parameters:

value - the value value to set.

Returns:

the GitLabProjectListResponse object itself.

Applies to