CodeVersionResourceArmPaginatedResult Class
- java.
lang. Object - com.
azure. resourcemanager. machinelearning. models. CodeVersionResourceArmPaginatedResult
- com.
Implements
public final class CodeVersionResourceArmPaginatedResult
implements JsonSerializable<CodeVersionResourceArmPaginatedResult>
A paginated list of CodeVersion entities.
Constructor Summary
| Constructor | Description |
|---|---|
| CodeVersionResourceArmPaginatedResult() |
Creates an instance of Code |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Code |
fromJson(JsonReader jsonReader)
Reads an instance of Code |
| String |
nextLink()
Get the next |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
List<Code |
value()
Get the value property: An array of objects of type Code |
|
Code |
withNextLink(String nextLink)
Set the next |
|
Code |
withValue(List<CodeVersionInner> value)
Set the value property: An array of objects of type Code |
Methods inherited from java.lang.Object
Constructor Details
CodeVersionResourceArmPaginatedResult
public CodeVersionResourceArmPaginatedResult()
Creates an instance of CodeVersionResourceArmPaginatedResult class.
Method Details
fromJson
public static CodeVersionResourceArmPaginatedResult fromJson(JsonReader jsonReader)
Reads an instance of CodeVersionResourceArmPaginatedResult from the JsonReader.
Parameters:
Returns:
Throws:
nextLink
public String nextLink()
Get the nextLink property: The link to the next page of CodeVersion objects. If null, there are no additional pages.
Returns:
toJson
validate
public void validate()
Validates the instance.
value
public List<CodeVersionInner> value()
Get the value property: An array of objects of type CodeVersion.
Returns:
withNextLink
public CodeVersionResourceArmPaginatedResult withNextLink(String nextLink)
Set the nextLink property: The link to the next page of CodeVersion objects. If null, there are no additional pages.
Parameters:
Returns:
withValue
public CodeVersionResourceArmPaginatedResult withValue(List<CodeVersionInner> value)
Set the value property: An array of objects of type CodeVersion.
Parameters:
Returns: