azure-docs-sdk-java/docs-ref-autogen/com.azure.resourcemanager.s...

89 строки
5.3 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.servicebus.models.SBTopicListResult"
fullName: "com.azure.resourcemanager.servicebus.models.SBTopicListResult"
name: "SBTopicListResult"
nameWithType: "SBTopicListResult"
summary: "The response to the List Topics operation."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedMembers:
- "java.lang.Object.clone()"
- "java.lang.Object.equals(java.lang.Object)"
- "java.lang.Object.finalize()"
- "java.lang.Object.getClass()"
- "java.lang.Object.hashCode()"
- "java.lang.Object.notify()"
- "java.lang.Object.notifyAll()"
- "java.lang.Object.toString()"
- "java.lang.Object.wait()"
- "java.lang.Object.wait(long)"
- "java.lang.Object.wait(long,int)"
syntax: "public final class SBTopicListResult"
constructors:
- uid: "com.azure.resourcemanager.servicebus.models.SBTopicListResult.SBTopicListResult()"
fullName: "com.azure.resourcemanager.servicebus.models.SBTopicListResult.SBTopicListResult()"
name: "SBTopicListResult()"
nameWithType: "SBTopicListResult.SBTopicListResult()"
syntax: "public SBTopicListResult()"
methods:
- uid: "com.azure.resourcemanager.servicebus.models.SBTopicListResult.nextLink()"
fullName: "com.azure.resourcemanager.servicebus.models.SBTopicListResult.nextLink()"
name: "nextLink()"
nameWithType: "SBTopicListResult.nextLink()"
summary: "Get the next<wbr>Link property: Link to the next set of results."
syntax: "public String nextLink()"
desc: "Get the nextLink property: Link to the next set of results. Not empty if Value contains incomplete list 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.servicebus.models.SBTopicListResult.validate()"
fullName: "com.azure.resourcemanager.servicebus.models.SBTopicListResult.validate()"
name: "validate()"
nameWithType: "SBTopicListResult.validate()"
summary: "Validates the instance."
syntax: "public void validate()"
desc: "Validates the instance."
- uid: "com.azure.resourcemanager.servicebus.models.SBTopicListResult.value()"
fullName: "com.azure.resourcemanager.servicebus.models.SBTopicListResult.value()"
name: "value()"
nameWithType: "SBTopicListResult.value()"
summary: "Get the value property: Result of the List Topics operation."
syntax: "public List<SBTopicInner> value()"
desc: "Get the value property: Result of the List Topics operation."
returns:
description: "the value value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<xref href=\"com.azure.resourcemanager.servicebus.fluent.models.SBTopicInner?alt=com.azure.resourcemanager.servicebus.fluent.models.SBTopicInner&text=SBTopicInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.servicebus.models.SBTopicListResult.withNextLink(java.lang.String)"
fullName: "com.azure.resourcemanager.servicebus.models.SBTopicListResult.withNextLink(String nextLink)"
name: "withNextLink(String nextLink)"
nameWithType: "SBTopicListResult.withNextLink(String nextLink)"
summary: "Set the next<wbr>Link property: Link to the next set of results."
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 SBTopicListResult withNextLink(String nextLink)"
desc: "Set the nextLink property: Link to the next set of results. Not empty if Value contains incomplete list of topics."
returns:
description: "the SBTopicListResult object itself."
type: "<xref href=\"com.azure.resourcemanager.servicebus.models.SBTopicListResult?alt=com.azure.resourcemanager.servicebus.models.SBTopicListResult&text=SBTopicListResult\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.servicebus.models.SBTopicListResult.withValue(java.util.List<com.azure.resourcemanager.servicebus.fluent.models.SBTopicInner>)"
fullName: "com.azure.resourcemanager.servicebus.models.SBTopicListResult.withValue(List<SBTopicInner> value)"
name: "withValue(List<SBTopicInner> value)"
nameWithType: "SBTopicListResult.withValue(List<SBTopicInner> value)"
summary: "Set the value property: Result of the List Topics operation."
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>&lt;<xref href=\"com.azure.resourcemanager.servicebus.fluent.models.SBTopicInner?alt=com.azure.resourcemanager.servicebus.fluent.models.SBTopicInner&text=SBTopicInner\" data-throw-if-not-resolved=\"False\" />&gt;"
syntax: "public SBTopicListResult withValue(List<SBTopicInner> value)"
desc: "Set the value property: Result of the List Topics operation."
returns:
description: "the SBTopicListResult object itself."
type: "<xref href=\"com.azure.resourcemanager.servicebus.models.SBTopicListResult?alt=com.azure.resourcemanager.servicebus.models.SBTopicListResult&text=SBTopicListResult\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "The response to the List Topics operation."
metadata: {}
package: "com.azure.resourcemanager.servicebus.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-servicebus:2.18.0