WebPubSubHubList Class
- java.
lang. Object - com.
azure. resourcemanager. webpubsub. models. WebPubSubHubList
- com.
Implements
public final class WebPubSubHubList
implements JsonSerializable<WebPubSubHubList>
Hub setting list.
Constructor Summary
| Constructor | Description |
|---|---|
| WebPubSubHubList() |
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 hub settings to this resource. |
|
Web |
withValue(List<WebPubSubHubInner> value)
Set the value property: List of hub settings to this resource. |
Methods inherited from java.lang.Object
Constructor Details
WebPubSubHubList
public WebPubSubHubList()
Creates an instance of WebPubSubHubList class.
Method Details
fromJson
public static WebPubSubHubList fromJson(JsonReader jsonReader)
Reads an instance of WebPubSubHubList 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<WebPubSubHubInner> value()
Get the value property: List of hub settings to this resource.
Returns:
withValue
public WebPubSubHubList withValue(List<WebPubSubHubInner> value)
Set the value property: List of hub settings to this resource.
Parameters:
Returns: