Class GitHubOAuthProperties

java.lang.Object
com.azure.resourcemanager.devhub.fluent.models.GitHubOAuthProperties

public final class GitHubOAuthProperties extends Object
The response from List GitHubOAuth operation.
  • Constructor Details

    • GitHubOAuthProperties

      public GitHubOAuthProperties()
  • Method Details

    • username

      public String username()
      Get the username property: user making request.
      Returns:
      the username value.
    • withUsername

      public GitHubOAuthProperties withUsername(String username)
      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.