Class GitHubOAuthListResponseInner

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

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

    • GitHubOAuthListResponseInner

      public GitHubOAuthListResponseInner()
  • Method Details

    • value

      public List<GitHubOAuthResponseInner> value()
      Get the value property: Singleton list response containing one GitHubOAuthResponse response.
      Returns:
      the value value.
    • withValue

      Set the value property: Singleton list response containing one GitHubOAuthResponse response.
      Parameters:
      value - the value value to set.
      Returns:
      the GitHubOAuthListResponseInner object itself.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.