GitHubConnectorStatsListResponseInner Class

  • java.lang.Object
    • com.azure.resourcemanager.securitydevops.fluent.models.GitHubConnectorStatsListResponseInner

public final class GitHubConnectorStatsListResponseInner

The GitHubConnectorStatsListResponse model.

Constructor Summary

Constructor Description
GitHubConnectorStatsListResponseInner()

Creates an instance of GitHubConnectorStatsListResponseInner 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<GitHubConnectorStats> value()

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

GitHubConnectorStatsListResponseInner withNextLink(String nextLink)

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

GitHubConnectorStatsListResponseInner withValue(List<GitHubConnectorStats> value)

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

Methods inherited from java.lang.Object

Constructor Details

GitHubConnectorStatsListResponseInner

public GitHubConnectorStatsListResponseInner()

Creates an instance of GitHubConnectorStatsListResponseInner 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<GitHubConnectorStats> value()

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

Returns:

the value value.

withNextLink

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

withValue

public GitHubConnectorStatsListResponseInner withValue(List<GitHubConnectorStats> value)

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

Parameters:

value - the value value to set.

Returns:

the GitHubConnectorStatsListResponseInner object itself.

Applies to