ArtifactSourceList Class
- java.
lang. Object - com.
azure. resourcemanager. devtestlabs. models. ArtifactSourceList
- com.
public final class ArtifactSourceList
The response of a list operation.
Constructor Summary
| Constructor | Description |
|---|---|
| ArtifactSourceList() |
Creates an instance of Artifact |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
nextLink()
Get the next |
| void |
validate()
Validates the instance. |
|
List<Artifact |
value()
Get the value property: Results of the list operation. |
|
Artifact |
withNextLink(String nextLink)
Set the next |
|
Artifact |
withValue(List<ArtifactSourceInner> value)
Set the value property: Results of the list operation. |
Methods inherited from java.lang.Object
Constructor Details
ArtifactSourceList
public ArtifactSourceList()
Creates an instance of ArtifactSourceList class.
Method Details
nextLink
public String nextLink()
Get the nextLink property: Link for next set of results.
Returns:
validate
public void validate()
Validates the instance.
value
public List<ArtifactSourceInner> value()
Get the value property: Results of the list operation.
Returns:
withNextLink
public ArtifactSourceList withNextLink(String nextLink)
Set the nextLink property: Link for next set of results.
Parameters:
Returns:
withValue
public ArtifactSourceList withValue(List<ArtifactSourceInner> value)
Set the value property: Results of the list operation.
Parameters:
Returns: