GitHubOwnerProperties Class

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

public final class GitHubOwnerProperties

GitHub Repo Owner properties.

Constructor Summary

Constructor Description
GitHubOwnerProperties()

Creates an instance of GitHubOwnerProperties class.

Method Summary

Modifier and Type Method and Description
String ownerUrl()

Get the ownerUrl property: Gets or sets gitHub owner url.

ProvisioningState provisioningState()

Get the provisioningState property: The provisioningState property.

void validate()

Validates the instance.

GitHubOwnerProperties withOwnerUrl(String ownerUrl)

Set the ownerUrl property: Gets or sets gitHub owner url.

GitHubOwnerProperties withProvisioningState(ProvisioningState provisioningState)

Set the provisioningState property: The provisioningState property.

Methods inherited from java.lang.Object

Constructor Details

GitHubOwnerProperties

public GitHubOwnerProperties()

Creates an instance of GitHubOwnerProperties class.

Method Details

ownerUrl

public String ownerUrl()

Get the ownerUrl property: Gets or sets gitHub owner url.

Returns:

the ownerUrl value.

provisioningState

public ProvisioningState provisioningState()

Get the provisioningState property: The provisioningState property.

Returns:

the provisioningState value.

validate

public void validate()

Validates the instance.

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.

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.

Applies to