Uses of Class
com.azure.resourcemanager.servicebus.models.SBTopicListResult
Packages that use SBTopicListResult
Package
Description
Package containing the data models for ServiceBusManagementClient.
-
Uses of SBTopicListResult in com.azure.resourcemanager.servicebus.models
Classes in com.azure.resourcemanager.servicebus.models that implement interfaces with type arguments of type SBTopicListResultModifier and TypeClassDescriptionfinal classThe response to the List Topics operation.Methods in com.azure.resourcemanager.servicebus.models that return SBTopicListResultModifier and TypeMethodDescriptionstatic SBTopicListResultSBTopicListResult.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of SBTopicListResult from the JsonReader.SBTopicListResult.withNextLink(String nextLink) Set the nextLink property: Link to the next set of results.SBTopicListResult.withValue(List<SBTopicInner> value) Set the value property: Result of the List Topics operation.