WebPubSubResourceList Class
- java.
lang. Object - com.
azure. resourcemanager. webpubsub. models. WebPubSubResourceList
- com.
Implements
public final class WebPubSubResourceList
implements JsonSerializable<WebPubSubResourceList>
Object that includes an array of resources and a possible link for next set.
Constructor Summary
| Constructor | Description |
|---|---|
| WebPubSubResourceList() |
Creates an instance of Web |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Web |
fromJson(JsonReader jsonReader)
Reads an instance of Web |
| String |
nextLink()
Get the next |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
List<Web |
value()
Get the value property: List of the resources. |
|
Web |
withNextLink(String nextLink)
Set the next |
|
Web |
withValue(List<WebPubSubResourceInner> value)
Set the value property: List of the resources. |
Methods inherited from java.lang.Object
Constructor Details
WebPubSubResourceList
public WebPubSubResourceList()
Creates an instance of WebPubSubResourceList class.
Method Details
fromJson
public static WebPubSubResourceList fromJson(JsonReader jsonReader)
Reads an instance of WebPubSubResourceList 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<WebPubSubResourceInner> value()
Get the value property: List of the resources.
Returns:
withNextLink
public WebPubSubResourceList 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 WebPubSubResourceList withValue(List<WebPubSubResourceInner> value)
Set the value property: List of the resources.
Parameters:
Returns: