DevCenterListResult Class
- java.
lang. Object - com.
azure. resourcemanager. devcenter. models. DevCenterListResult
- com.
Implements
public final class DevCenterListResult
implements JsonSerializable<DevCenterListResult>
Result of the list devcenters operation.
Constructor Summary
| Constructor | Description |
|---|---|
| DevCenterListResult() |
Creates an instance of Dev |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Dev |
fromJson(JsonReader jsonReader)
Reads an instance of Dev |
| String |
nextLink()
Get the next |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
List<Dev |
value()
Get the value property: Current page of results. |
Methods inherited from java.lang.Object
Constructor Details
DevCenterListResult
public DevCenterListResult()
Creates an instance of DevCenterListResult class.
Method Details
fromJson
public static DevCenterListResult fromJson(JsonReader jsonReader)
Reads an instance of DevCenterListResult from the JsonReader.
Parameters:
Returns:
Throws:
nextLink
public String nextLink()
Get the nextLink property: URL to get the next set of results if there are any.
Returns:
toJson
validate
public void validate()
Validates the instance.
value
public List<DevCenterInner> value()
Get the value property: Current page of results.
Returns: