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