PrivateLinkResourceList Class
- java.
lang. Object - com.
azure. resourcemanager. webpubsub. models. PrivateLinkResourceList
- com.
Implements
public final class PrivateLinkResourceList
implements JsonSerializable<PrivateLinkResourceList>
Contains a list of PrivateLinkResource and a possible link to query more results.
Constructor Summary
| Constructor | Description |
|---|---|
| PrivateLinkResourceList() |
Creates an instance of Private |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Private |
fromJson(JsonReader jsonReader)
Reads an instance of Private |
| String |
nextLink()
Get the next |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
List<Private |
value()
Get the value property: List of Private |
|
Private |
withNextLink(String nextLink)
Set the next |
|
Private |
withValue(List<PrivateLinkResourceInner> value)
Set the value property: List of Private |
Methods inherited from java.lang.Object
Constructor Details
PrivateLinkResourceList
public PrivateLinkResourceList()
Creates an instance of PrivateLinkResourceList class.
Method Details
fromJson
public static PrivateLinkResourceList fromJson(JsonReader jsonReader)
Reads an instance of PrivateLinkResourceList from the JsonReader.
Parameters:
Returns:
Throws:
nextLink
public String nextLink()
Get the nextLink property: The URL the client should use to fetch the next page (per server side paging). It's null for now, added for future use.
Returns:
toJson
validate
public void validate()
Validates the instance.
value
public List<PrivateLinkResourceInner> value()
Get the value property: List of PrivateLinkResource.
Returns:
withNextLink
public PrivateLinkResourceList withNextLink(String nextLink)
Set the nextLink property: The URL the client should use to fetch the next page (per server side paging). It's null for now, added for future use.
Parameters:
Returns:
withValue
public PrivateLinkResourceList withValue(List<PrivateLinkResourceInner> value)
Set the value property: List of PrivateLinkResource.
Parameters:
Returns: