91 строка
6.3 KiB
YAML
91 строка
6.3 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.resourcemanager.eventgrid.models.SystemTopicsListResult"
|
|
fullName: "com.azure.resourcemanager.eventgrid.models.SystemTopicsListResult"
|
|
name: "SystemTopicsListResult"
|
|
nameWithType: "SystemTopicsListResult"
|
|
summary: "Result of the List System topics operation."
|
|
inheritances:
|
|
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
|
|
inheritedClassMethods:
|
|
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
|
|
methodsRef:
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone--\">clone</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#equals-java.lang.Object-\">equals</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--\">finalize</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--\">getClass</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#hashCode--\">hashCode</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--\">notify</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--\">notifyAll</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#toString--\">toString</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--\">wait</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-\">wait</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-\">wait</a>"
|
|
syntax: "public final class **SystemTopicsListResult**"
|
|
constructors:
|
|
- uid: "com.azure.resourcemanager.eventgrid.models.SystemTopicsListResult.SystemTopicsListResult()"
|
|
fullName: "com.azure.resourcemanager.eventgrid.models.SystemTopicsListResult.SystemTopicsListResult()"
|
|
name: "SystemTopicsListResult()"
|
|
nameWithType: "SystemTopicsListResult.SystemTopicsListResult()"
|
|
syntax: "public SystemTopicsListResult()"
|
|
methods:
|
|
- uid: "com.azure.resourcemanager.eventgrid.models.SystemTopicsListResult.nextLink()"
|
|
fullName: "com.azure.resourcemanager.eventgrid.models.SystemTopicsListResult.nextLink()"
|
|
name: "nextLink()"
|
|
nameWithType: "SystemTopicsListResult.nextLink()"
|
|
summary: "Get the next<wbr>Link property: A link for the next page of topics."
|
|
syntax: "public String nextLink()"
|
|
desc: "Get the nextLink property: A link for the next page of topics."
|
|
returns:
|
|
description: "the nextLink value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.eventgrid.models.SystemTopicsListResult.validate()"
|
|
fullName: "com.azure.resourcemanager.eventgrid.models.SystemTopicsListResult.validate()"
|
|
name: "validate()"
|
|
nameWithType: "SystemTopicsListResult.validate()"
|
|
summary: "Validates the instance."
|
|
syntax: "public void validate()"
|
|
desc: "Validates the instance."
|
|
- uid: "com.azure.resourcemanager.eventgrid.models.SystemTopicsListResult.value()"
|
|
fullName: "com.azure.resourcemanager.eventgrid.models.SystemTopicsListResult.value()"
|
|
name: "value()"
|
|
nameWithType: "SystemTopicsListResult.value()"
|
|
summary: "Get the value property: A collection of system Topics."
|
|
syntax: "public List<SystemTopicInner> value()"
|
|
desc: "Get the value property: A collection of system Topics."
|
|
returns:
|
|
description: "the value value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a><<xref href=\"com.azure.resourcemanager.eventgrid.fluent.models.SystemTopicInner?alt=com.azure.resourcemanager.eventgrid.fluent.models.SystemTopicInner&text=SystemTopicInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.eventgrid.models.SystemTopicsListResult.withNextLink(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.eventgrid.models.SystemTopicsListResult.withNextLink(String nextLink)"
|
|
name: "withNextLink(String nextLink)"
|
|
nameWithType: "SystemTopicsListResult.withNextLink(String nextLink)"
|
|
summary: "Set the next<wbr>Link property: A link for the next page of topics."
|
|
parameters:
|
|
- description: "the nextLink value to set."
|
|
name: "nextLink"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public SystemTopicsListResult withNextLink(String nextLink)"
|
|
desc: "Set the nextLink property: A link for the next page of topics."
|
|
returns:
|
|
description: "the SystemTopicsListResult object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.eventgrid.models.SystemTopicsListResult?alt=com.azure.resourcemanager.eventgrid.models.SystemTopicsListResult&text=SystemTopicsListResult\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.eventgrid.models.SystemTopicsListResult.withValue(java.util.List<com.azure.resourcemanager.eventgrid.fluent.models.SystemTopicInner>)"
|
|
fullName: "com.azure.resourcemanager.eventgrid.models.SystemTopicsListResult.withValue(List<SystemTopicInner> value)"
|
|
name: "withValue(List<SystemTopicInner> value)"
|
|
nameWithType: "SystemTopicsListResult.withValue(List<SystemTopicInner> value)"
|
|
summary: "Set the value property: A collection of system Topics."
|
|
parameters:
|
|
- description: "the value value to set."
|
|
name: "value"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a><<xref href=\"com.azure.resourcemanager.eventgrid.fluent.models.SystemTopicInner?alt=com.azure.resourcemanager.eventgrid.fluent.models.SystemTopicInner&text=SystemTopicInner\" data-throw-if-not-resolved=\"False\" />>"
|
|
syntax: "public SystemTopicsListResult withValue(List<SystemTopicInner> value)"
|
|
desc: "Set the value property: A collection of system Topics."
|
|
returns:
|
|
description: "the SystemTopicsListResult object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.eventgrid.models.SystemTopicsListResult?alt=com.azure.resourcemanager.eventgrid.models.SystemTopicsListResult&text=SystemTopicsListResult\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "class"
|
|
desc: "Result of the List System topics operation."
|
|
metadata: {}
|
|
package: "com.azure.resourcemanager.eventgrid.models"
|
|
artifact: com.azure.resourcemanager:azure-resourcemanager-eventgrid:1.1.0
|