RunListResult Class
- java.
lang. Object - com.
azure. resourcemanager. containerregistry. models. RunListResult
- com.
Implements
public final class RunListResult
implements JsonSerializable<RunListResult>
Collection of runs.
Constructor Summary
| Constructor | Description |
|---|---|
| RunListResult() |
Creates an instance of Run |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Run |
fromJson(JsonReader jsonReader)
Reads an instance of Run |
| String |
nextLink()
Get the next |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
List<Run |
value()
Get the value property: The collection value. |
|
Run |
withNextLink(String nextLink)
Set the next |
|
Run |
withValue(List<RunInner> value)
Set the value property: The collection value. |
Methods inherited from java.lang.Object
Constructor Details
RunListResult
public RunListResult()
Creates an instance of RunListResult class.
Method Details
fromJson
public static RunListResult fromJson(JsonReader jsonReader)
Reads an instance of RunListResult 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<RunInner> value()
Get the value property: The collection value.
Returns:
withNextLink
public RunListResult 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 RunListResult withValue(List<RunInner> value)
Set the value property: The collection value.
Parameters:
Returns: