Class GitHubOAuthProperties
java.lang.Object
com.azure.resourcemanager.devhub.fluent.models.GitHubOAuthProperties
The response from List GitHubOAuth operation.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionusername()
Get the username property: user making request.void
validate()
Validates the instance.withUsername
(String username) Set the username property: user making request.
-
Constructor Details
-
GitHubOAuthProperties
public GitHubOAuthProperties()
-
-
Method Details
-
username
Get the username property: user making request.- Returns:
- the username value.
-
withUsername
Set the username property: user making request.- Parameters:
username
- the username value to set.- Returns:
- the GitHubOAuthProperties object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-