AzureDevOpsOrgListResponseInner Class
- java.
lang. Object - com.
azure. resourcemanager. security. fluent. models. AzureDevOpsOrgListResponseInner
- com.
Implements
public final class AzureDevOpsOrgListResponseInner
implements JsonSerializable<AzureDevOpsOrgListResponseInner>
List of RP resources which supports pagination.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Azure |
fromJson(JsonReader jsonReader)
Reads an instance of Azure |
| String |
nextLink()
Get the next |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
List<Azure |
value()
Get the value property: The Azure |
Methods inherited from java.lang.Object
Method Details
fromJson
public static AzureDevOpsOrgListResponseInner fromJson(JsonReader jsonReader)
Reads an instance of AzureDevOpsOrgListResponseInner from the JsonReader.
Parameters:
Returns:
Throws:
nextLink
public String nextLink()
Get the nextLink property: The link to the next page of items.
Returns:
toJson
validate
public void validate()
Validates the instance.
value
public List<AzureDevOpsOrgInner> value()
Get the value property: The AzureDevOpsOrg items on this page.
Returns: