TaskRunListResult Class
- java.
lang. Object - com.
azure. resourcemanager. containerregistry. models. TaskRunListResult
- com.
Implements
public final class TaskRunListResult
implements JsonSerializable<TaskRunListResult>
The collection of task runs.
Constructor Summary
| Constructor | Description |
|---|---|
| TaskRunListResult() |
Creates an instance of Task |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Task |
fromJson(JsonReader jsonReader)
Reads an instance of Task |
| String |
nextLink()
Get the next |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
List<Task |
value()
Get the value property: The collection value. |
|
Task |
withNextLink(String nextLink)
Set the next |
|
Task |
withValue(List<TaskRunInner> value)
Set the value property: The collection value. |
Methods inherited from java.lang.Object
Constructor Details
TaskRunListResult
public TaskRunListResult()
Creates an instance of TaskRunListResult class.
Method Details
fromJson
public static TaskRunListResult fromJson(JsonReader jsonReader)
Reads an instance of TaskRunListResult from the JsonReader.
Parameters:
Returns:
Throws:
nextLink
public String nextLink()
Get the nextLink property: The URI that can be used to request the next set of paged results.
Returns:
toJson
validate
public void validate()
Validates the instance.
value
public List<TaskRunInner> value()
Get the value property: The collection value.
Returns:
withNextLink
public TaskRunListResult withNextLink(String nextLink)
Set the nextLink property: The URI that can be used to request the next set of paged results.
Parameters:
Returns:
withValue
public TaskRunListResult withValue(List<TaskRunInner> value)
Set the value property: The collection value.
Parameters:
Returns: