GitHubOwnerProperties Class
- java.
lang. Object - com.
azure. resourcemanager. securitydevops. models. GitHubOwnerProperties
- com.
public final class GitHubOwnerProperties
GitHub Repo Owner properties.
Constructor Summary
| Constructor | Description |
|---|---|
| GitHubOwnerProperties() |
Creates an instance of Git |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
ownerUrl()
Get the owner |
|
Provisioning |
provisioningState()
Get the provisioning |
| void |
validate()
Validates the instance. |
|
Git |
withOwnerUrl(String ownerUrl)
Set the owner |
|
Git |
withProvisioningState(ProvisioningState provisioningState)
Set the provisioning |
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:
provisioningState
public ProvisioningState provisioningState()
Get the provisioningState property: The provisioningState property.
Returns:
validate
public void validate()
Validates the instance.
withOwnerUrl
public GitHubOwnerProperties withOwnerUrl(String ownerUrl)
Set the ownerUrl property: Gets or sets gitHub owner url.
Parameters:
Returns:
withProvisioningState
public GitHubOwnerProperties withProvisioningState(ProvisioningState provisioningState)
Set the provisioningState property: The provisioningState property.
Parameters:
Returns: