Class GitHubOwnerProperties

java.lang.Object
com.azure.resourcemanager.securitydevops.models.GitHubOwnerProperties

public final class GitHubOwnerProperties extends Object
GitHub Repo Owner properties.
  • Constructor Details

    • GitHubOwnerProperties

      public GitHubOwnerProperties()
      Creates an instance of GitHubOwnerProperties class.
  • Method Details

    • provisioningState

      public ProvisioningState provisioningState()
      Get the provisioningState property: The provisioningState property.
      Returns:
      the provisioningState value.
    • withProvisioningState

      public GitHubOwnerProperties withProvisioningState(ProvisioningState provisioningState)
      Set the provisioningState property: The provisioningState property.
      Parameters:
      provisioningState - the provisioningState value to set.
      Returns:
      the GitHubOwnerProperties object itself.
    • ownerUrl

      public String ownerUrl()
      Get the ownerUrl property: Gets or sets gitHub owner url.
      Returns:
      the ownerUrl value.
    • withOwnerUrl

      public GitHubOwnerProperties withOwnerUrl(String ownerUrl)
      Set the ownerUrl property: Gets or sets gitHub owner url.
      Parameters:
      ownerUrl - the ownerUrl value to set.
      Returns:
      the GitHubOwnerProperties object itself.
    • validate

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