GitHubConnectorListResponse Class
- java.
lang. Object - com.
azure. resourcemanager. securitydevops. models. GitHubConnectorListResponse
- com.
public final class GitHubConnectorListResponse
The GitHubConnectorListResponse model.
Constructor Summary
| Constructor | Description |
|---|---|
| GitHubConnectorListResponse() |
Creates an instance of Git |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
nextLink()
Get the next |
| void |
validate()
Validates the instance. |
|
List<Git |
value()
Get the value property: Gets or sets list of resources. |
|
Git |
withNextLink(String nextLink)
Set the next |
|
Git |
withValue(List<GitHubConnectorInner> value)
Set the value property: Gets or sets list of resources. |
Methods inherited from java.lang.Object
Constructor Details
GitHubConnectorListResponse
public GitHubConnectorListResponse()
Creates an instance of GitHubConnectorListResponse class.
Method Details
nextLink
public String nextLink()
Get the nextLink property: Gets or sets next link to scroll over the results.
Returns:
validate
public void validate()
Validates the instance.
value
public List<GitHubConnectorInner> value()
Get the value property: Gets or sets list of resources.
Returns:
withNextLink
public GitHubConnectorListResponse withNextLink(String nextLink)
Set the nextLink property: Gets or sets next link to scroll over the results.
Parameters:
Returns:
withValue
public GitHubConnectorListResponse withValue(List<GitHubConnectorInner> value)
Set the value property: Gets or sets list of resources.
Parameters:
Returns: