WebPubSubResourceList Class
- java.
lang. Object - com.
azure. resourcemanager. webpubsub. models. WebPubSubResourceList
- com.
public final class 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 |
|---|---|
| String |
nextLink()
Get the next |
| 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
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:
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: