GitHubConnectorStatsListResponse Interface

public interface GitHubConnectorStatsListResponse

An immutable client-side representation of GitHubConnectorStatsListResponse.

Method Summary

Modifier and Type Method and Description
abstract GitHubConnectorStatsListResponseInner innerModel()

Gets the inner com.azure.resourcemanager.securitydevops.fluent.models.GitHubConnectorStatsListResponseInner object.

abstract String nextLink()

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

abstract List<GitHubConnectorStats> value()

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

Method Details

innerModel

public abstract GitHubConnectorStatsListResponseInner innerModel()

Gets the inner com.azure.resourcemanager.securitydevops.fluent.models.GitHubConnectorStatsListResponseInner object.

Returns:

the inner object.

nextLink

public abstract String nextLink()

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

Returns:

the nextLink value.

value

public abstract List<GitHubConnectorStats> value()

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

Returns:

the value value.

Applies to