ChannelsListResult Class
- java.
lang. Object - com.
azure. resourcemanager. eventgrid. models. ChannelsListResult
- com.
Implements
public final class ChannelsListResult
implements JsonSerializable<ChannelsListResult>
Result of the List Channels operation.
Constructor Summary
| Constructor | Description |
|---|---|
| ChannelsListResult() |
Creates an instance of Channels |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Channels |
fromJson(JsonReader jsonReader)
Reads an instance of Channels |
| String |
nextLink()
Get the next |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
List<Channel |
value()
Get the value property: A collection of Channels. |
|
Channels |
withNextLink(String nextLink)
Set the next |
|
Channels |
withValue(List<ChannelInner> value)
Set the value property: A collection of Channels. |
Methods inherited from java.lang.Object
Constructor Details
ChannelsListResult
public ChannelsListResult()
Creates an instance of ChannelsListResult class.
Method Details
fromJson
public static ChannelsListResult fromJson(JsonReader jsonReader)
Reads an instance of ChannelsListResult from the JsonReader.
Parameters:
Returns:
Throws:
nextLink
public String nextLink()
Get the nextLink property: A link for the next page of channels.
Returns:
toJson
validate
public void validate()
Validates the instance.
value
public List<ChannelInner> value()
Get the value property: A collection of Channels.
Returns:
withNextLink
public ChannelsListResult withNextLink(String nextLink)
Set the nextLink property: A link for the next page of channels.
Parameters:
Returns:
withValue
public ChannelsListResult withValue(List<ChannelInner> value)
Set the value property: A collection of Channels.
Parameters:
Returns: