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