Interface GitHubOAuthResponse
public interface GitHubOAuthResponse
An immutable client-side representation of GitHubOAuthResponse.
-
Method Summary
Modifier and TypeMethodDescriptionid()
Gets the id property: Fully qualified resource Id for the resource.Gets the inner com.azure.resourcemanager.devhub.fluent.models.GitHubOAuthResponseInner object.name()
Gets the name property: The name of the resource.type()
Gets the type property: The type of the resource.username()
Gets the username property: user making request.
-
Method Details
-
id
String id()Gets the id property: Fully qualified resource Id for the resource.- Returns:
- the id value.
-
name
String name()Gets the name property: The name of the resource.- Returns:
- the name value.
-
type
String type()Gets the type property: The type of the resource.- Returns:
- the type value.
-
username
String username()Gets the username property: user making request.- Returns:
- the username value.
-
innerModel
GitHubOAuthResponseInner innerModel()Gets the inner com.azure.resourcemanager.devhub.fluent.models.GitHubOAuthResponseInner object.- Returns:
- the inner object.
-