GitHubOwnerListResponse Class

  • java.lang.Object
    • com.azure.resourcemanager.securitydevops.models.GitHubOwnerListResponse

public final class GitHubOwnerListResponse

The GitHubOwnerListResponse model.

Constructor Summary

Constructor Description
GitHubOwnerListResponse()

Creates an instance of GitHubOwnerListResponse 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<GitHubOwnerInner> value()

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

GitHubOwnerListResponse withNextLink(String nextLink)

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

GitHubOwnerListResponse withValue(List<GitHubOwnerInner> value)

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

Methods inherited from java.lang.Object

Constructor Details

GitHubOwnerListResponse

public GitHubOwnerListResponse()

Creates an instance of GitHubOwnerListResponse 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<GitHubOwnerInner> value()

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

Returns:

the value value.

withNextLink

public GitHubOwnerListResponse 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 GitHubOwnerListResponse object itself.

withValue

public GitHubOwnerListResponse withValue(List<GitHubOwnerInner> value)

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

Parameters:

value - the value value to set.

Returns:

the GitHubOwnerListResponse object itself.

Applies to