GitHubOAuthListResponse Interface

public interface GitHubOAuthListResponse

An immutable client-side representation of GitHubOAuthListResponse.

Method Summary

Modifier and Type Method and Description
abstract GitHubOAuthListResponseInner innerModel()

Gets the inner com.azure.resourcemanager.devhub.fluent.models.GitHubOAuthListResponseInner object.

abstract List<GitHubOAuthResponse> value()

Gets the value property: Singleton list response containing one GitHubOAuthResponse response.

Method Details

innerModel

public abstract GitHubOAuthListResponseInner innerModel()

Gets the inner com.azure.resourcemanager.devhub.fluent.models.GitHubOAuthListResponseInner object.

Returns:

the inner object.

value

public abstract List<GitHubOAuthResponse> value()

Gets the value property: Singleton list response containing one GitHubOAuthResponse response.

Returns:

the value value.

Applies to