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