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