public class com.microsoft.azure.management.servicebus.implementation.SubscriptionsInner
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.microsoft.azure.management.servicebus.implementation.SubscriptionsInner
  super_class: java.lang.Object
{
  private com.microsoft.azure.management.servicebus.implementation.SubscriptionsInner$SubscriptionsService service;
    descriptor: Lcom/microsoft/azure/management/servicebus/implementation/SubscriptionsInner$SubscriptionsService;
    flags: (0x0002) ACC_PRIVATE

  private com.microsoft.azure.management.servicebus.implementation.ServiceBusManagementClientImpl client;
    descriptor: Lcom/microsoft/azure/management/servicebus/implementation/ServiceBusManagementClientImpl;
    flags: (0x0002) ACC_PRIVATE

  public void <init>(retrofit2.Retrofit, com.microsoft.azure.management.servicebus.implementation.ServiceBusManagementClientImpl);
    descriptor: (Lretrofit2/Retrofit;Lcom/microsoft/azure/management/servicebus/implementation/ServiceBusManagementClientImpl;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.microsoft.azure.management.servicebus.implementation.SubscriptionsInner this
        start local 1 // retrofit2.Retrofit retrofit
        start local 2 // com.microsoft.azure.management.servicebus.implementation.ServiceBusManagementClientImpl client
         0: .line 54
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 55
            aload 0 /* this */
            aload 1 /* retrofit */
            ldc Lcom/microsoft/azure/management/servicebus/implementation/SubscriptionsInner$SubscriptionsService;
            invokevirtual retrofit2.Retrofit.create:(Ljava/lang/Class;)Ljava/lang/Object;
            checkcast com.microsoft.azure.management.servicebus.implementation.SubscriptionsInner$SubscriptionsService
            putfield com.microsoft.azure.management.servicebus.implementation.SubscriptionsInner.service:Lcom/microsoft/azure/management/servicebus/implementation/SubscriptionsInner$SubscriptionsService;
         2: .line 56
            aload 0 /* this */
            aload 2 /* client */
            putfield com.microsoft.azure.management.servicebus.implementation.SubscriptionsInner.client:Lcom/microsoft/azure/management/servicebus/implementation/ServiceBusManagementClientImpl;
         3: .line 57
            return
        end local 2 // com.microsoft.azure.management.servicebus.implementation.ServiceBusManagementClientImpl client
        end local 1 // retrofit2.Retrofit retrofit
        end local 0 // com.microsoft.azure.management.servicebus.implementation.SubscriptionsInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    4     0      this  Lcom/microsoft/azure/management/servicebus/implementation/SubscriptionsInner;
            0    4     1  retrofit  Lretrofit2/Retrofit;
            0    4     2    client  Lcom/microsoft/azure/management/servicebus/implementation/ServiceBusManagementClientImpl;
    MethodParameters:
          Name  Flags
      retrofit  
      client    

  public com.microsoft.azure.PagedList<com.microsoft.azure.management.servicebus.implementation.SubscriptionInner> listByTopic(java.lang.String, java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lcom/microsoft/azure/PagedList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=4
        start local 0 // com.microsoft.azure.management.servicebus.implementation.SubscriptionsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String namespaceName
        start local 3 // java.lang.String topicName
         0: .line 98
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* namespaceName */
            aload 3 /* topicName */
            invokevirtual com.microsoft.azure.management.servicebus.implementation.SubscriptionsInner.listByTopicSinglePageAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
            invokevirtual rx.Observable.toBlocking:()Lrx/observables/BlockingObservable;
            invokevirtual rx.observables.BlockingObservable.single:()Ljava/lang/Object;
            checkcast com.microsoft.rest.ServiceResponse
            astore 4 /* response */
        start local 4 // com.microsoft.rest.ServiceResponse response
         1: .line 99
            new com.microsoft.azure.management.servicebus.implementation.SubscriptionsInner$1
            dup
            aload 0 /* this */
            aload 4 /* response */
            invokevirtual com.microsoft.rest.ServiceResponse.body:()Ljava/lang/Object;
            checkcast com.microsoft.azure.Page
            invokespecial com.microsoft.azure.management.servicebus.implementation.SubscriptionsInner$1.<init>:(Lcom/microsoft/azure/management/servicebus/implementation/SubscriptionsInner;Lcom/microsoft/azure/Page;)V
            areturn
        end local 4 // com.microsoft.rest.ServiceResponse response
        end local 3 // java.lang.String topicName
        end local 2 // java.lang.String namespaceName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.servicebus.implementation.SubscriptionsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    2     0               this  Lcom/microsoft/azure/management/servicebus/implementation/SubscriptionsInner;
            0    2     1  resourceGroupName  Ljava/lang/String;
            0    2     2      namespaceName  Ljava/lang/String;
            0    2     3          topicName  Ljava/lang/String;
            1    2     4           response  Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/servicebus/implementation/SubscriptionInner;>;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lcom/microsoft/azure/PagedList<Lcom/microsoft/azure/management/servicebus/implementation/SubscriptionInner;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  final
      namespaceName      final
      topicName          final

  public com.microsoft.rest.ServiceFuture<java.util.List<com.microsoft.azure.management.servicebus.implementation.SubscriptionInner>> listByTopicAsync(java.lang.String, java.lang.String, java.lang.String, com.microsoft.azure.ListOperationCallback<com.microsoft.azure.management.servicebus.implementation.SubscriptionInner>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/ListOperationCallback;)Lcom/microsoft/rest/ServiceFuture;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=5
        start local 0 // com.microsoft.azure.management.servicebus.implementation.SubscriptionsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String namespaceName
        start local 3 // java.lang.String topicName
        start local 4 // com.microsoft.azure.ListOperationCallback serviceCallback
         0: .line 119
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* namespaceName */
            aload 3 /* topicName */
            invokevirtual com.microsoft.azure.management.servicebus.implementation.SubscriptionsInner.listByTopicSinglePageAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         1: .line 120
            new com.microsoft.azure.management.servicebus.implementation.SubscriptionsInner$2
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.servicebus.implementation.SubscriptionsInner$2.<init>:(Lcom/microsoft/azure/management/servicebus/implementation/SubscriptionsInner;)V
         2: .line 126
            aload 4 /* serviceCallback */
         3: .line 118
            invokestatic com.microsoft.azure.AzureServiceFuture.fromPageResponse:(Lrx/Observable;Lrx/functions/Func1;Lcom/microsoft/azure/ListOperationCallback;)Lcom/microsoft/rest/ServiceFuture;
            areturn
        end local 4 // com.microsoft.azure.ListOperationCallback serviceCallback
        end local 3 // java.lang.String topicName
        end local 2 // java.lang.String namespaceName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.servicebus.implementation.SubscriptionsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    4     0               this  Lcom/microsoft/azure/management/servicebus/implementation/SubscriptionsInner;
            0    4     1  resourceGroupName  Ljava/lang/String;
            0    4     2      namespaceName  Ljava/lang/String;
            0    4     3          topicName  Ljava/lang/String;
            0    4     4    serviceCallback  Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/servicebus/implementation/SubscriptionInner;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/servicebus/implementation/SubscriptionInner;>;)Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/servicebus/implementation/SubscriptionInner;>;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  final
      namespaceName      final
      topicName          final
      serviceCallback    final

  public rx.Observable<com.microsoft.azure.Page<com.microsoft.azure.management.servicebus.implementation.SubscriptionInner>> listByTopicAsync(java.lang.String, java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // com.microsoft.azure.management.servicebus.implementation.SubscriptionsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String namespaceName
        start local 3 // java.lang.String topicName
         0: .line 139
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* namespaceName */
            aload 3 /* topicName */
            invokevirtual com.microsoft.azure.management.servicebus.implementation.SubscriptionsInner.listByTopicWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         1: .line 140
            new com.microsoft.azure.management.servicebus.implementation.SubscriptionsInner$3
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.servicebus.implementation.SubscriptionsInner$3.<init>:(Lcom/microsoft/azure/management/servicebus/implementation/SubscriptionsInner;)V
            invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
         2: .line 139
            areturn
        end local 3 // java.lang.String topicName
        end local 2 // java.lang.String namespaceName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.servicebus.implementation.SubscriptionsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    3     0               this  Lcom/microsoft/azure/management/servicebus/implementation/SubscriptionsInner;
            0    3     1  resourceGroupName  Ljava/lang/String;
            0    3     2      namespaceName  Ljava/lang/String;
            0    3     3          topicName  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/servicebus/implementation/SubscriptionInner;>;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  final
      namespaceName      final
      topicName          final

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<com.microsoft.azure.management.servicebus.implementation.SubscriptionInner>>> listByTopicWithServiceResponseAsync(java.lang.String, java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // com.microsoft.azure.management.servicebus.implementation.SubscriptionsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String namespaceName
        start local 3 // java.lang.String topicName
         0: .line 158
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* namespaceName */
            aload 3 /* topicName */
            invokevirtual com.microsoft.azure.management.servicebus.implementation.SubscriptionsInner.listByTopicSinglePageAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         1: .line 159
            new com.microsoft.azure.management.servicebus.implementation.SubscriptionsInner$4
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.servicebus.implementation.SubscriptionsInner$4.<init>:(Lcom/microsoft/azure/management/servicebus/implementation/SubscriptionsInner;)V
            invokevirtual rx.Observable.concatMap:(Lrx/functions/Func1;)Lrx/Observable;
         2: .line 158
            areturn
        end local 3 // java.lang.String topicName
        end local 2 // java.lang.String namespaceName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.servicebus.implementation.SubscriptionsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    3     0               this  Lcom/microsoft/azure/management/servicebus/implementation/SubscriptionsInner;
            0    3     1  resourceGroupName  Ljava/lang/String;
            0    3     2      namespaceName  Ljava/lang/String;
            0    3     3          topicName  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/servicebus/implementation/SubscriptionInner;>;>;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  final
      namespaceName      final
      topicName          final

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<com.microsoft.azure.management.servicebus.implementation.SubscriptionInner>>> listByTopicSinglePageAsync(java.lang.String, java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=4, args_size=4
        start local 0 // com.microsoft.azure.management.servicebus.implementation.SubscriptionsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String namespaceName
        start local 3 // java.lang.String topicName
         0: .line 181
            aload 1 /* resourceGroupName */
            ifnonnull 2
         1: .line 182
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter resourceGroupName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 184
      StackMap locals:
      StackMap stack:
            aload 2 /* namespaceName */
            ifnonnull 4
         3: .line 185
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter namespaceName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 187
      StackMap locals:
      StackMap stack:
            aload 3 /* topicName */
            ifnonnull 6
         5: .line 188
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter topicName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 190
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.servicebus.implementation.SubscriptionsInner.client:Lcom/microsoft/azure/management/servicebus/implementation/ServiceBusManagementClientImpl;
            invokevirtual com.microsoft.azure.management.servicebus.implementation.ServiceBusManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 8
         7: .line 191
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter this.client.subscriptionId() is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         8: .line 193
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.servicebus.implementation.SubscriptionsInner.client:Lcom/microsoft/azure/management/servicebus/implementation/ServiceBusManagementClientImpl;
            invokevirtual com.microsoft.azure.management.servicebus.implementation.ServiceBusManagementClientImpl.apiVersion:()Ljava/lang/String;
            ifnonnull 10
         9: .line 194
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter this.client.apiVersion() is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
        10: .line 196
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.servicebus.implementation.SubscriptionsInner.service:Lcom/microsoft/azure/management/servicebus/implementation/SubscriptionsInner$SubscriptionsService;
            aload 1 /* resourceGroupName */
            aload 2 /* namespaceName */
            aload 3 /* topicName */
            aload 0 /* this */
            getfield com.microsoft.azure.management.servicebus.implementation.SubscriptionsInner.client:Lcom/microsoft/azure/management/servicebus/implementation/ServiceBusManagementClientImpl;
            invokevirtual com.microsoft.azure.management.servicebus.implementation.ServiceBusManagementClientImpl.subscriptionId:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.servicebus.implementation.SubscriptionsInner.client:Lcom/microsoft/azure/management/servicebus/implementation/ServiceBusManagementClientImpl;
            invokevirtual com.microsoft.azure.management.servicebus.implementation.ServiceBusManagementClientImpl.apiVersion:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.servicebus.implementation.SubscriptionsInner.client:Lcom/microsoft/azure/management/servicebus/implementation/ServiceBusManagementClientImpl;
            invokevirtual com.microsoft.azure.management.servicebus.implementation.ServiceBusManagementClientImpl.acceptLanguage:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.servicebus.implementation.SubscriptionsInner.client:Lcom/microsoft/azure/management/servicebus/implementation/ServiceBusManagementClientImpl;
            invokevirtual com.microsoft.azure.management.servicebus.implementation.ServiceBusManagementClientImpl.userAgent:()Ljava/lang/String;
            invokeinterface com.microsoft.azure.management.servicebus.implementation.SubscriptionsInner$SubscriptionsService.listByTopic:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
        11: .line 197
            new com.microsoft.azure.management.servicebus.implementation.SubscriptionsInner$5
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.servicebus.implementation.SubscriptionsInner$5.<init>:(Lcom/microsoft/azure/management/servicebus/implementation/SubscriptionsInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
        12: .line 196
            areturn
        end local 3 // java.lang.String topicName
        end local 2 // java.lang.String namespaceName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.servicebus.implementation.SubscriptionsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   13     0               this  Lcom/microsoft/azure/management/servicebus/implementation/SubscriptionsInner;
            0   13     1  resourceGroupName  Ljava/lang/String;
            0   13     2      namespaceName  Ljava/lang/String;
            0   13     3          topicName  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/servicebus/implementation/SubscriptionInner;>;>;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  final
      namespaceName      final
      topicName          final

  private com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.servicebus.implementation.PageImpl<com.microsoft.azure.management.servicebus.implementation.SubscriptionInner>> listByTopicDelegate(retrofit2.Response<okhttp3.ResponseBody>);
    descriptor: (Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.servicebus.implementation.SubscriptionsInner this
        start local 1 // retrofit2.Response response
         0: .line 211
            aload 0 /* this */
            getfield com.microsoft.azure.management.servicebus.implementation.SubscriptionsInner.client:Lcom/microsoft/azure/management/servicebus/implementation/ServiceBusManagementClientImpl;
            invokevirtual com.microsoft.azure.management.servicebus.implementation.ServiceBusManagementClientImpl.restClient:()Lcom/microsoft/rest/RestClient;
            invokevirtual com.microsoft.rest.RestClient.responseBuilderFactory:()Lcom/microsoft/rest/protocol/ResponseBuilder$Factory;
            aload 0 /* this */
            getfield com.microsoft.azure.management.servicebus.implementation.SubscriptionsInner.client:Lcom/microsoft/azure/management/servicebus/implementation/ServiceBusManagementClientImpl;
            invokevirtual com.microsoft.azure.management.servicebus.implementation.ServiceBusManagementClientImpl.serializerAdapter:()Lcom/microsoft/rest/protocol/SerializerAdapter;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder$Factory.newInstance:(Lcom/microsoft/rest/protocol/SerializerAdapter;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         1: .line 212
            sipush 200
            new com.microsoft.azure.management.servicebus.implementation.SubscriptionsInner$6
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.servicebus.implementation.SubscriptionsInner$6.<init>:(Lcom/microsoft/azure/management/servicebus/implementation/SubscriptionsInner;)V
            invokevirtual com.microsoft.azure.management.servicebus.implementation.SubscriptionsInner$6.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         2: .line 213
            ldc Lcom/microsoft/azure/CloudException;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         3: .line 214
            aload 1 /* response */
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
         4: .line 211
            areturn
        end local 1 // retrofit2.Response response
        end local 0 // com.microsoft.azure.management.servicebus.implementation.SubscriptionsInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lcom/microsoft/azure/management/servicebus/implementation/SubscriptionsInner;
            0    5     1  response  Lretrofit2/Response<Lokhttp3/ResponseBody;>;
    Exceptions:
      throws com.microsoft.azure.CloudException, java.io.IOException, java.lang.IllegalArgumentException
    Signature: (Lretrofit2/Response<Lokhttp3/ResponseBody;>;)Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/servicebus/implementation/PageImpl<Lcom/microsoft/azure/management/servicebus/implementation/SubscriptionInner;>;>;
    MethodParameters:
          Name  Flags
      response  

  public com.microsoft.azure.management.servicebus.implementation.SubscriptionInner createOrUpdate(java.lang.String, java.lang.String, java.lang.String, java.lang.String, com.microsoft.azure.management.servicebus.implementation.SubscriptionInner);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/servicebus/implementation/SubscriptionInner;)Lcom/microsoft/azure/management/servicebus/implementation/SubscriptionInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=6, args_size=6
        start local 0 // com.microsoft.azure.management.servicebus.implementation.SubscriptionsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String namespaceName
        start local 3 // java.lang.String topicName
        start local 4 // java.lang.String subscriptionName
        start local 5 // com.microsoft.azure.management.servicebus.implementation.SubscriptionInner parameters
         0: .line 231
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* namespaceName */
            aload 3 /* topicName */
            aload 4 /* subscriptionName */
            aload 5 /* parameters */
            invokevirtual com.microsoft.azure.management.servicebus.implementation.SubscriptionsInner.createOrUpdateWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/servicebus/implementation/SubscriptionInner;)Lrx/Observable;
            invokevirtual rx.Observable.toBlocking:()Lrx/observables/BlockingObservable;
            invokevirtual rx.observables.BlockingObservable.single:()Ljava/lang/Object;
            checkcast com.microsoft.rest.ServiceResponse
            invokevirtual com.microsoft.rest.ServiceResponse.body:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.servicebus.implementation.SubscriptionInner
            areturn
        end local 5 // com.microsoft.azure.management.servicebus.implementation.SubscriptionInner parameters
        end local 4 // java.lang.String subscriptionName
        end local 3 // java.lang.String topicName
        end local 2 // java.lang.String namespaceName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.servicebus.implementation.SubscriptionsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lcom/microsoft/azure/management/servicebus/implementation/SubscriptionsInner;
            0    1     1  resourceGroupName  Ljava/lang/String;
            0    1     2      namespaceName  Ljava/lang/String;
            0    1     3          topicName  Ljava/lang/String;
            0    1     4   subscriptionName  Ljava/lang/String;
            0    1     5         parameters  Lcom/microsoft/azure/management/servicebus/implementation/SubscriptionInner;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      namespaceName      
      topicName          
      subscriptionName   
      parameters         

  public com.microsoft.rest.ServiceFuture<com.microsoft.azure.management.servicebus.implementation.SubscriptionInner> createOrUpdateAsync(java.lang.String, java.lang.String, java.lang.String, java.lang.String, com.microsoft.azure.management.servicebus.implementation.SubscriptionInner, com.microsoft.rest.ServiceCallback<com.microsoft.azure.management.servicebus.implementation.SubscriptionInner>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/servicebus/implementation/SubscriptionInner;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=7, args_size=7
        start local 0 // com.microsoft.azure.management.servicebus.implementation.SubscriptionsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String namespaceName
        start local 3 // java.lang.String topicName
        start local 4 // java.lang.String subscriptionName
        start local 5 // com.microsoft.azure.management.servicebus.implementation.SubscriptionInner parameters
        start local 6 // com.microsoft.rest.ServiceCallback serviceCallback
         0: .line 247
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* namespaceName */
            aload 3 /* topicName */
            aload 4 /* subscriptionName */
            aload 5 /* parameters */
            invokevirtual com.microsoft.azure.management.servicebus.implementation.SubscriptionsInner.createOrUpdateWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/servicebus/implementation/SubscriptionInner;)Lrx/Observable;
            aload 6 /* serviceCallback */
            invokestatic com.microsoft.rest.ServiceFuture.fromResponse:(Lrx/Observable;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
            areturn
        end local 6 // com.microsoft.rest.ServiceCallback serviceCallback
        end local 5 // com.microsoft.azure.management.servicebus.implementation.SubscriptionInner parameters
        end local 4 // java.lang.String subscriptionName
        end local 3 // java.lang.String topicName
        end local 2 // java.lang.String namespaceName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.servicebus.implementation.SubscriptionsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lcom/microsoft/azure/management/servicebus/implementation/SubscriptionsInner;
            0    1     1  resourceGroupName  Ljava/lang/String;
            0    1     2      namespaceName  Ljava/lang/String;
            0    1     3          topicName  Ljava/lang/String;
            0    1     4   subscriptionName  Ljava/lang/String;
            0    1     5         parameters  Lcom/microsoft/azure/management/servicebus/implementation/SubscriptionInner;
            0    1     6    serviceCallback  Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/servicebus/implementation/SubscriptionInner;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/servicebus/implementation/SubscriptionInner;Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/servicebus/implementation/SubscriptionInner;>;)Lcom/microsoft/rest/ServiceFuture<Lcom/microsoft/azure/management/servicebus/implementation/SubscriptionInner;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      namespaceName      
      topicName          
      subscriptionName   
      parameters         
      serviceCallback    final

  public rx.Observable<com.microsoft.azure.management.servicebus.implementation.SubscriptionInner> createOrUpdateAsync(java.lang.String, java.lang.String, java.lang.String, java.lang.String, com.microsoft.azure.management.servicebus.implementation.SubscriptionInner);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/servicebus/implementation/SubscriptionInner;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=6, args_size=6
        start local 0 // com.microsoft.azure.management.servicebus.implementation.SubscriptionsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String namespaceName
        start local 3 // java.lang.String topicName
        start local 4 // java.lang.String subscriptionName
        start local 5 // com.microsoft.azure.management.servicebus.implementation.SubscriptionInner parameters
         0: .line 262
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* namespaceName */
            aload 3 /* topicName */
            aload 4 /* subscriptionName */
            aload 5 /* parameters */
            invokevirtual com.microsoft.azure.management.servicebus.implementation.SubscriptionsInner.createOrUpdateWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/servicebus/implementation/SubscriptionInner;)Lrx/Observable;
            new com.microsoft.azure.management.servicebus.implementation.SubscriptionsInner$7
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.servicebus.implementation.SubscriptionsInner$7.<init>:(Lcom/microsoft/azure/management/servicebus/implementation/SubscriptionsInner;)V
            invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
            areturn
        end local 5 // com.microsoft.azure.management.servicebus.implementation.SubscriptionInner parameters
        end local 4 // java.lang.String subscriptionName
        end local 3 // java.lang.String topicName
        end local 2 // java.lang.String namespaceName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.servicebus.implementation.SubscriptionsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lcom/microsoft/azure/management/servicebus/implementation/SubscriptionsInner;
            0    1     1  resourceGroupName  Ljava/lang/String;
            0    1     2      namespaceName  Ljava/lang/String;
            0    1     3          topicName  Ljava/lang/String;
            0    1     4   subscriptionName  Ljava/lang/String;
            0    1     5         parameters  Lcom/microsoft/azure/management/servicebus/implementation/SubscriptionInner;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/servicebus/implementation/SubscriptionInner;)Lrx/Observable<Lcom/microsoft/azure/management/servicebus/implementation/SubscriptionInner;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      namespaceName      
      topicName          
      subscriptionName   
      parameters         

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.servicebus.implementation.SubscriptionInner>> createOrUpdateWithServiceResponseAsync(java.lang.String, java.lang.String, java.lang.String, java.lang.String, com.microsoft.azure.management.servicebus.implementation.SubscriptionInner);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/servicebus/implementation/SubscriptionInner;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=10, locals=6, args_size=6
        start local 0 // com.microsoft.azure.management.servicebus.implementation.SubscriptionsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String namespaceName
        start local 3 // java.lang.String topicName
        start local 4 // java.lang.String subscriptionName
        start local 5 // com.microsoft.azure.management.servicebus.implementation.SubscriptionInner parameters
         0: .line 282
            aload 1 /* resourceGroupName */
            ifnonnull 2
         1: .line 283
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter resourceGroupName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 285
      StackMap locals:
      StackMap stack:
            aload 2 /* namespaceName */
            ifnonnull 4
         3: .line 286
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter namespaceName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 288
      StackMap locals:
      StackMap stack:
            aload 3 /* topicName */
            ifnonnull 6
         5: .line 289
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter topicName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 291
      StackMap locals:
      StackMap stack:
            aload 4 /* subscriptionName */
            ifnonnull 8
         7: .line 292
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter subscriptionName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         8: .line 294
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.servicebus.implementation.SubscriptionsInner.client:Lcom/microsoft/azure/management/servicebus/implementation/ServiceBusManagementClientImpl;
            invokevirtual com.microsoft.azure.management.servicebus.implementation.ServiceBusManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 10
         9: .line 295
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter this.client.subscriptionId() is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
        10: .line 297
      StackMap locals:
      StackMap stack:
            aload 5 /* parameters */
            ifnonnull 12
        11: .line 298
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter parameters is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
        12: .line 300
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.servicebus.implementation.SubscriptionsInner.client:Lcom/microsoft/azure/management/servicebus/implementation/ServiceBusManagementClientImpl;
            invokevirtual com.microsoft.azure.management.servicebus.implementation.ServiceBusManagementClientImpl.apiVersion:()Ljava/lang/String;
            ifnonnull 14
        13: .line 301
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter this.client.apiVersion() is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
        14: .line 303
      StackMap locals:
      StackMap stack:
            aload 5 /* parameters */
            invokestatic com.microsoft.rest.Validator.validate:(Ljava/lang/Object;)V
        15: .line 304
            aload 0 /* this */
            getfield com.microsoft.azure.management.servicebus.implementation.SubscriptionsInner.service:Lcom/microsoft/azure/management/servicebus/implementation/SubscriptionsInner$SubscriptionsService;
            aload 1 /* resourceGroupName */
            aload 2 /* namespaceName */
            aload 3 /* topicName */
            aload 4 /* subscriptionName */
            aload 0 /* this */
            getfield com.microsoft.azure.management.servicebus.implementation.SubscriptionsInner.client:Lcom/microsoft/azure/management/servicebus/implementation/ServiceBusManagementClientImpl;
            invokevirtual com.microsoft.azure.management.servicebus.implementation.ServiceBusManagementClientImpl.subscriptionId:()Ljava/lang/String;
            aload 5 /* parameters */
            aload 0 /* this */
            getfield com.microsoft.azure.management.servicebus.implementation.SubscriptionsInner.client:Lcom/microsoft/azure/management/servicebus/implementation/ServiceBusManagementClientImpl;
            invokevirtual com.microsoft.azure.management.servicebus.implementation.ServiceBusManagementClientImpl.apiVersion:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.servicebus.implementation.SubscriptionsInner.client:Lcom/microsoft/azure/management/servicebus/implementation/ServiceBusManagementClientImpl;
            invokevirtual com.microsoft.azure.management.servicebus.implementation.ServiceBusManagementClientImpl.acceptLanguage:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.servicebus.implementation.SubscriptionsInner.client:Lcom/microsoft/azure/management/servicebus/implementation/ServiceBusManagementClientImpl;
            invokevirtual com.microsoft.azure.management.servicebus.implementation.ServiceBusManagementClientImpl.userAgent:()Ljava/lang/String;
            invokeinterface com.microsoft.azure.management.servicebus.implementation.SubscriptionsInner$SubscriptionsService.createOrUpdate:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/servicebus/implementation/SubscriptionInner;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
        16: .line 305
            new com.microsoft.azure.management.servicebus.implementation.SubscriptionsInner$8
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.servicebus.implementation.SubscriptionsInner$8.<init>:(Lcom/microsoft/azure/management/servicebus/implementation/SubscriptionsInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
        17: .line 304
            areturn
        end local 5 // com.microsoft.azure.management.servicebus.implementation.SubscriptionInner parameters
        end local 4 // java.lang.String subscriptionName
        end local 3 // java.lang.String topicName
        end local 2 // java.lang.String namespaceName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.servicebus.implementation.SubscriptionsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   18     0               this  Lcom/microsoft/azure/management/servicebus/implementation/SubscriptionsInner;
            0   18     1  resourceGroupName  Ljava/lang/String;
            0   18     2      namespaceName  Ljava/lang/String;
            0   18     3          topicName  Ljava/lang/String;
            0   18     4   subscriptionName  Ljava/lang/String;
            0   18     5         parameters  Lcom/microsoft/azure/management/servicebus/implementation/SubscriptionInner;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/azure/management/servicebus/implementation/SubscriptionInner;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/servicebus/implementation/SubscriptionInner;>;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      namespaceName      
      topicName          
      subscriptionName   
      parameters         

  private com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.servicebus.implementation.SubscriptionInner> createOrUpdateDelegate(retrofit2.Response<okhttp3.ResponseBody>);
    descriptor: (Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.servicebus.implementation.SubscriptionsInner this
        start local 1 // retrofit2.Response response
         0: .line 319
            aload 0 /* this */
            getfield com.microsoft.azure.management.servicebus.implementation.SubscriptionsInner.client:Lcom/microsoft/azure/management/servicebus/implementation/ServiceBusManagementClientImpl;
            invokevirtual com.microsoft.azure.management.servicebus.implementation.ServiceBusManagementClientImpl.restClient:()Lcom/microsoft/rest/RestClient;
            invokevirtual com.microsoft.rest.RestClient.responseBuilderFactory:()Lcom/microsoft/rest/protocol/ResponseBuilder$Factory;
            aload 0 /* this */
            getfield com.microsoft.azure.management.servicebus.implementation.SubscriptionsInner.client:Lcom/microsoft/azure/management/servicebus/implementation/ServiceBusManagementClientImpl;
            invokevirtual com.microsoft.azure.management.servicebus.implementation.ServiceBusManagementClientImpl.serializerAdapter:()Lcom/microsoft/rest/protocol/SerializerAdapter;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder$Factory.newInstance:(Lcom/microsoft/rest/protocol/SerializerAdapter;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         1: .line 320
            sipush 200
            new com.microsoft.azure.management.servicebus.implementation.SubscriptionsInner$9
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.servicebus.implementation.SubscriptionsInner$9.<init>:(Lcom/microsoft/azure/management/servicebus/implementation/SubscriptionsInner;)V
            invokevirtual com.microsoft.azure.management.servicebus.implementation.SubscriptionsInner$9.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         2: .line 321
            ldc Lcom/microsoft/azure/CloudException;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         3: .line 322
            aload 1 /* response */
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
         4: .line 319
            areturn
        end local 1 // retrofit2.Response response
        end local 0 // com.microsoft.azure.management.servicebus.implementation.SubscriptionsInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lcom/microsoft/azure/management/servicebus/implementation/SubscriptionsInner;
            0    5     1  response  Lretrofit2/Response<Lokhttp3/ResponseBody;>;
    Exceptions:
      throws com.microsoft.azure.CloudException, java.io.IOException, java.lang.IllegalArgumentException
    Signature: (Lretrofit2/Response<Lokhttp3/ResponseBody;>;)Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/servicebus/implementation/SubscriptionInner;>;
    MethodParameters:
          Name  Flags
      response  

  public void delete(java.lang.String, java.lang.String, java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // com.microsoft.azure.management.servicebus.implementation.SubscriptionsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String namespaceName
        start local 3 // java.lang.String topicName
        start local 4 // java.lang.String subscriptionName
         0: .line 337
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* namespaceName */
            aload 3 /* topicName */
            aload 4 /* subscriptionName */
            invokevirtual com.microsoft.azure.management.servicebus.implementation.SubscriptionsInner.deleteWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
            invokevirtual rx.Observable.toBlocking:()Lrx/observables/BlockingObservable;
            invokevirtual rx.observables.BlockingObservable.single:()Ljava/lang/Object;
            checkcast com.microsoft.rest.ServiceResponse
            invokevirtual com.microsoft.rest.ServiceResponse.body:()Ljava/lang/Object;
            pop
         1: .line 338
            return
        end local 4 // java.lang.String subscriptionName
        end local 3 // java.lang.String topicName
        end local 2 // java.lang.String namespaceName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.servicebus.implementation.SubscriptionsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    2     0               this  Lcom/microsoft/azure/management/servicebus/implementation/SubscriptionsInner;
            0    2     1  resourceGroupName  Ljava/lang/String;
            0    2     2      namespaceName  Ljava/lang/String;
            0    2     3          topicName  Ljava/lang/String;
            0    2     4   subscriptionName  Ljava/lang/String;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      namespaceName      
      topicName          
      subscriptionName   

  public com.microsoft.rest.ServiceFuture<java.lang.Void> deleteAsync(java.lang.String, java.lang.String, java.lang.String, java.lang.String, com.microsoft.rest.ServiceCallback<java.lang.Void>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=6, args_size=6
        start local 0 // com.microsoft.azure.management.servicebus.implementation.SubscriptionsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String namespaceName
        start local 3 // java.lang.String topicName
        start local 4 // java.lang.String subscriptionName
        start local 5 // com.microsoft.rest.ServiceCallback serviceCallback
         0: .line 352
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* namespaceName */
            aload 3 /* topicName */
            aload 4 /* subscriptionName */
            invokevirtual com.microsoft.azure.management.servicebus.implementation.SubscriptionsInner.deleteWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
            aload 5 /* serviceCallback */
            invokestatic com.microsoft.rest.ServiceFuture.fromResponse:(Lrx/Observable;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
            areturn
        end local 5 // com.microsoft.rest.ServiceCallback serviceCallback
        end local 4 // java.lang.String subscriptionName
        end local 3 // java.lang.String topicName
        end local 2 // java.lang.String namespaceName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.servicebus.implementation.SubscriptionsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lcom/microsoft/azure/management/servicebus/implementation/SubscriptionsInner;
            0    1     1  resourceGroupName  Ljava/lang/String;
            0    1     2      namespaceName  Ljava/lang/String;
            0    1     3          topicName  Ljava/lang/String;
            0    1     4   subscriptionName  Ljava/lang/String;
            0    1     5    serviceCallback  Lcom/microsoft/rest/ServiceCallback<Ljava/lang/Void;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/rest/ServiceCallback<Ljava/lang/Void;>;)Lcom/microsoft/rest/ServiceFuture<Ljava/lang/Void;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      namespaceName      
      topicName          
      subscriptionName   
      serviceCallback    final

  public rx.Observable<java.lang.Void> deleteAsync(java.lang.String, java.lang.String, java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // com.microsoft.azure.management.servicebus.implementation.SubscriptionsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String namespaceName
        start local 3 // java.lang.String topicName
        start local 4 // java.lang.String subscriptionName
         0: .line 366
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* namespaceName */
            aload 3 /* topicName */
            aload 4 /* subscriptionName */
            invokevirtual com.microsoft.azure.management.servicebus.implementation.SubscriptionsInner.deleteWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
            new com.microsoft.azure.management.servicebus.implementation.SubscriptionsInner$10
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.servicebus.implementation.SubscriptionsInner$10.<init>:(Lcom/microsoft/azure/management/servicebus/implementation/SubscriptionsInner;)V
            invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
            areturn
        end local 4 // java.lang.String subscriptionName
        end local 3 // java.lang.String topicName
        end local 2 // java.lang.String namespaceName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.servicebus.implementation.SubscriptionsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lcom/microsoft/azure/management/servicebus/implementation/SubscriptionsInner;
            0    1     1  resourceGroupName  Ljava/lang/String;
            0    1     2      namespaceName  Ljava/lang/String;
            0    1     3          topicName  Ljava/lang/String;
            0    1     4   subscriptionName  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Ljava/lang/Void;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      namespaceName      
      topicName          
      subscriptionName   

  public rx.Observable<com.microsoft.rest.ServiceResponse<java.lang.Void>> deleteWithServiceResponseAsync(java.lang.String, java.lang.String, java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=9, locals=5, args_size=5
        start local 0 // com.microsoft.azure.management.servicebus.implementation.SubscriptionsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String namespaceName
        start local 3 // java.lang.String topicName
        start local 4 // java.lang.String subscriptionName
         0: .line 385
            aload 1 /* resourceGroupName */
            ifnonnull 2
         1: .line 386
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter resourceGroupName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 388
      StackMap locals:
      StackMap stack:
            aload 2 /* namespaceName */
            ifnonnull 4
         3: .line 389
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter namespaceName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 391
      StackMap locals:
      StackMap stack:
            aload 3 /* topicName */
            ifnonnull 6
         5: .line 392
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter topicName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 394
      StackMap locals:
      StackMap stack:
            aload 4 /* subscriptionName */
            ifnonnull 8
         7: .line 395
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter subscriptionName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         8: .line 397
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.servicebus.implementation.SubscriptionsInner.client:Lcom/microsoft/azure/management/servicebus/implementation/ServiceBusManagementClientImpl;
            invokevirtual com.microsoft.azure.management.servicebus.implementation.ServiceBusManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 10
         9: .line 398
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter this.client.subscriptionId() is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
        10: .line 400
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.servicebus.implementation.SubscriptionsInner.client:Lcom/microsoft/azure/management/servicebus/implementation/ServiceBusManagementClientImpl;
            invokevirtual com.microsoft.azure.management.servicebus.implementation.ServiceBusManagementClientImpl.apiVersion:()Ljava/lang/String;
            ifnonnull 12
        11: .line 401
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter this.client.apiVersion() is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
        12: .line 403
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.servicebus.implementation.SubscriptionsInner.service:Lcom/microsoft/azure/management/servicebus/implementation/SubscriptionsInner$SubscriptionsService;
            aload 1 /* resourceGroupName */
            aload 2 /* namespaceName */
            aload 3 /* topicName */
            aload 4 /* subscriptionName */
            aload 0 /* this */
            getfield com.microsoft.azure.management.servicebus.implementation.SubscriptionsInner.client:Lcom/microsoft/azure/management/servicebus/implementation/ServiceBusManagementClientImpl;
            invokevirtual com.microsoft.azure.management.servicebus.implementation.ServiceBusManagementClientImpl.subscriptionId:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.servicebus.implementation.SubscriptionsInner.client:Lcom/microsoft/azure/management/servicebus/implementation/ServiceBusManagementClientImpl;
            invokevirtual com.microsoft.azure.management.servicebus.implementation.ServiceBusManagementClientImpl.apiVersion:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.servicebus.implementation.SubscriptionsInner.client:Lcom/microsoft/azure/management/servicebus/implementation/ServiceBusManagementClientImpl;
            invokevirtual com.microsoft.azure.management.servicebus.implementation.ServiceBusManagementClientImpl.acceptLanguage:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.servicebus.implementation.SubscriptionsInner.client:Lcom/microsoft/azure/management/servicebus/implementation/ServiceBusManagementClientImpl;
            invokevirtual com.microsoft.azure.management.servicebus.implementation.ServiceBusManagementClientImpl.userAgent:()Ljava/lang/String;
            invokeinterface com.microsoft.azure.management.servicebus.implementation.SubscriptionsInner$SubscriptionsService.delete:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
        13: .line 404
            new com.microsoft.azure.management.servicebus.implementation.SubscriptionsInner$11
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.servicebus.implementation.SubscriptionsInner$11.<init>:(Lcom/microsoft/azure/management/servicebus/implementation/SubscriptionsInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
        14: .line 403
            areturn
        end local 4 // java.lang.String subscriptionName
        end local 3 // java.lang.String topicName
        end local 2 // java.lang.String namespaceName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.servicebus.implementation.SubscriptionsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   15     0               this  Lcom/microsoft/azure/management/servicebus/implementation/SubscriptionsInner;
            0   15     1  resourceGroupName  Ljava/lang/String;
            0   15     2      namespaceName  Ljava/lang/String;
            0   15     3          topicName  Ljava/lang/String;
            0   15     4   subscriptionName  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Ljava/lang/Void;>;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      namespaceName      
      topicName          
      subscriptionName   

  private com.microsoft.rest.ServiceResponse<java.lang.Void> deleteDelegate(retrofit2.Response<okhttp3.ResponseBody>);
    descriptor: (Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.servicebus.implementation.SubscriptionsInner this
        start local 1 // retrofit2.Response response
         0: .line 418
            aload 0 /* this */
            getfield com.microsoft.azure.management.servicebus.implementation.SubscriptionsInner.client:Lcom/microsoft/azure/management/servicebus/implementation/ServiceBusManagementClientImpl;
            invokevirtual com.microsoft.azure.management.servicebus.implementation.ServiceBusManagementClientImpl.restClient:()Lcom/microsoft/rest/RestClient;
            invokevirtual com.microsoft.rest.RestClient.responseBuilderFactory:()Lcom/microsoft/rest/protocol/ResponseBuilder$Factory;
            aload 0 /* this */
            getfield com.microsoft.azure.management.servicebus.implementation.SubscriptionsInner.client:Lcom/microsoft/azure/management/servicebus/implementation/ServiceBusManagementClientImpl;
            invokevirtual com.microsoft.azure.management.servicebus.implementation.ServiceBusManagementClientImpl.serializerAdapter:()Lcom/microsoft/rest/protocol/SerializerAdapter;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder$Factory.newInstance:(Lcom/microsoft/rest/protocol/SerializerAdapter;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         1: .line 419
            sipush 204
            new com.microsoft.azure.management.servicebus.implementation.SubscriptionsInner$12
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.servicebus.implementation.SubscriptionsInner$12.<init>:(Lcom/microsoft/azure/management/servicebus/implementation/SubscriptionsInner;)V
            invokevirtual com.microsoft.azure.management.servicebus.implementation.SubscriptionsInner$12.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         2: .line 420
            sipush 200
            new com.microsoft.azure.management.servicebus.implementation.SubscriptionsInner$13
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.servicebus.implementation.SubscriptionsInner$13.<init>:(Lcom/microsoft/azure/management/servicebus/implementation/SubscriptionsInner;)V
            invokevirtual com.microsoft.azure.management.servicebus.implementation.SubscriptionsInner$13.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         3: .line 421
            ldc Lcom/microsoft/azure/CloudException;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         4: .line 422
            aload 1 /* response */
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
         5: .line 418
            areturn
        end local 1 // retrofit2.Response response
        end local 0 // com.microsoft.azure.management.servicebus.implementation.SubscriptionsInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    6     0      this  Lcom/microsoft/azure/management/servicebus/implementation/SubscriptionsInner;
            0    6     1  response  Lretrofit2/Response<Lokhttp3/ResponseBody;>;
    Exceptions:
      throws com.microsoft.azure.CloudException, java.io.IOException, java.lang.IllegalArgumentException
    Signature: (Lretrofit2/Response<Lokhttp3/ResponseBody;>;)Lcom/microsoft/rest/ServiceResponse<Ljava/lang/Void;>;
    MethodParameters:
          Name  Flags
      response  

  public com.microsoft.azure.management.servicebus.implementation.SubscriptionInner get(java.lang.String, java.lang.String, java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lcom/microsoft/azure/management/servicebus/implementation/SubscriptionInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // com.microsoft.azure.management.servicebus.implementation.SubscriptionsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String namespaceName
        start local 3 // java.lang.String topicName
        start local 4 // java.lang.String subscriptionName
         0: .line 438
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* namespaceName */
            aload 3 /* topicName */
            aload 4 /* subscriptionName */
            invokevirtual com.microsoft.azure.management.servicebus.implementation.SubscriptionsInner.getWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
            invokevirtual rx.Observable.toBlocking:()Lrx/observables/BlockingObservable;
            invokevirtual rx.observables.BlockingObservable.single:()Ljava/lang/Object;
            checkcast com.microsoft.rest.ServiceResponse
            invokevirtual com.microsoft.rest.ServiceResponse.body:()Ljava/lang/Object;
            checkcast com.microsoft.azure.management.servicebus.implementation.SubscriptionInner
            areturn
        end local 4 // java.lang.String subscriptionName
        end local 3 // java.lang.String topicName
        end local 2 // java.lang.String namespaceName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.servicebus.implementation.SubscriptionsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lcom/microsoft/azure/management/servicebus/implementation/SubscriptionsInner;
            0    1     1  resourceGroupName  Ljava/lang/String;
            0    1     2      namespaceName  Ljava/lang/String;
            0    1     3          topicName  Ljava/lang/String;
            0    1     4   subscriptionName  Ljava/lang/String;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      namespaceName      
      topicName          
      subscriptionName   

  public com.microsoft.rest.ServiceFuture<com.microsoft.azure.management.servicebus.implementation.SubscriptionInner> getAsync(java.lang.String, java.lang.String, java.lang.String, java.lang.String, com.microsoft.rest.ServiceCallback<com.microsoft.azure.management.servicebus.implementation.SubscriptionInner>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=6, args_size=6
        start local 0 // com.microsoft.azure.management.servicebus.implementation.SubscriptionsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String namespaceName
        start local 3 // java.lang.String topicName
        start local 4 // java.lang.String subscriptionName
        start local 5 // com.microsoft.rest.ServiceCallback serviceCallback
         0: .line 453
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* namespaceName */
            aload 3 /* topicName */
            aload 4 /* subscriptionName */
            invokevirtual com.microsoft.azure.management.servicebus.implementation.SubscriptionsInner.getWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
            aload 5 /* serviceCallback */
            invokestatic com.microsoft.rest.ServiceFuture.fromResponse:(Lrx/Observable;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
            areturn
        end local 5 // com.microsoft.rest.ServiceCallback serviceCallback
        end local 4 // java.lang.String subscriptionName
        end local 3 // java.lang.String topicName
        end local 2 // java.lang.String namespaceName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.servicebus.implementation.SubscriptionsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lcom/microsoft/azure/management/servicebus/implementation/SubscriptionsInner;
            0    1     1  resourceGroupName  Ljava/lang/String;
            0    1     2      namespaceName  Ljava/lang/String;
            0    1     3          topicName  Ljava/lang/String;
            0    1     4   subscriptionName  Ljava/lang/String;
            0    1     5    serviceCallback  Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/servicebus/implementation/SubscriptionInner;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/servicebus/implementation/SubscriptionInner;>;)Lcom/microsoft/rest/ServiceFuture<Lcom/microsoft/azure/management/servicebus/implementation/SubscriptionInner;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      namespaceName      
      topicName          
      subscriptionName   
      serviceCallback    final

  public rx.Observable<com.microsoft.azure.management.servicebus.implementation.SubscriptionInner> getAsync(java.lang.String, java.lang.String, java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // com.microsoft.azure.management.servicebus.implementation.SubscriptionsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String namespaceName
        start local 3 // java.lang.String topicName
        start local 4 // java.lang.String subscriptionName
         0: .line 467
            aload 0 /* this */
            aload 1 /* resourceGroupName */
            aload 2 /* namespaceName */
            aload 3 /* topicName */
            aload 4 /* subscriptionName */
            invokevirtual com.microsoft.azure.management.servicebus.implementation.SubscriptionsInner.getWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
            new com.microsoft.azure.management.servicebus.implementation.SubscriptionsInner$14
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.servicebus.implementation.SubscriptionsInner$14.<init>:(Lcom/microsoft/azure/management/servicebus/implementation/SubscriptionsInner;)V
            invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
            areturn
        end local 4 // java.lang.String subscriptionName
        end local 3 // java.lang.String topicName
        end local 2 // java.lang.String namespaceName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.servicebus.implementation.SubscriptionsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lcom/microsoft/azure/management/servicebus/implementation/SubscriptionsInner;
            0    1     1  resourceGroupName  Ljava/lang/String;
            0    1     2      namespaceName  Ljava/lang/String;
            0    1     3          topicName  Ljava/lang/String;
            0    1     4   subscriptionName  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/azure/management/servicebus/implementation/SubscriptionInner;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      namespaceName      
      topicName          
      subscriptionName   

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.servicebus.implementation.SubscriptionInner>> getWithServiceResponseAsync(java.lang.String, java.lang.String, java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=9, locals=5, args_size=5
        start local 0 // com.microsoft.azure.management.servicebus.implementation.SubscriptionsInner this
        start local 1 // java.lang.String resourceGroupName
        start local 2 // java.lang.String namespaceName
        start local 3 // java.lang.String topicName
        start local 4 // java.lang.String subscriptionName
         0: .line 486
            aload 1 /* resourceGroupName */
            ifnonnull 2
         1: .line 487
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter resourceGroupName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 489
      StackMap locals:
      StackMap stack:
            aload 2 /* namespaceName */
            ifnonnull 4
         3: .line 490
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter namespaceName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 492
      StackMap locals:
      StackMap stack:
            aload 3 /* topicName */
            ifnonnull 6
         5: .line 493
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter topicName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         6: .line 495
      StackMap locals:
      StackMap stack:
            aload 4 /* subscriptionName */
            ifnonnull 8
         7: .line 496
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter subscriptionName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         8: .line 498
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.servicebus.implementation.SubscriptionsInner.client:Lcom/microsoft/azure/management/servicebus/implementation/ServiceBusManagementClientImpl;
            invokevirtual com.microsoft.azure.management.servicebus.implementation.ServiceBusManagementClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 10
         9: .line 499
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter this.client.subscriptionId() is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
        10: .line 501
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.servicebus.implementation.SubscriptionsInner.client:Lcom/microsoft/azure/management/servicebus/implementation/ServiceBusManagementClientImpl;
            invokevirtual com.microsoft.azure.management.servicebus.implementation.ServiceBusManagementClientImpl.apiVersion:()Ljava/lang/String;
            ifnonnull 12
        11: .line 502
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter this.client.apiVersion() is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
        12: .line 504
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.servicebus.implementation.SubscriptionsInner.service:Lcom/microsoft/azure/management/servicebus/implementation/SubscriptionsInner$SubscriptionsService;
            aload 1 /* resourceGroupName */
            aload 2 /* namespaceName */
            aload 3 /* topicName */
            aload 4 /* subscriptionName */
            aload 0 /* this */
            getfield com.microsoft.azure.management.servicebus.implementation.SubscriptionsInner.client:Lcom/microsoft/azure/management/servicebus/implementation/ServiceBusManagementClientImpl;
            invokevirtual com.microsoft.azure.management.servicebus.implementation.ServiceBusManagementClientImpl.subscriptionId:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.servicebus.implementation.SubscriptionsInner.client:Lcom/microsoft/azure/management/servicebus/implementation/ServiceBusManagementClientImpl;
            invokevirtual com.microsoft.azure.management.servicebus.implementation.ServiceBusManagementClientImpl.apiVersion:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.servicebus.implementation.SubscriptionsInner.client:Lcom/microsoft/azure/management/servicebus/implementation/ServiceBusManagementClientImpl;
            invokevirtual com.microsoft.azure.management.servicebus.implementation.ServiceBusManagementClientImpl.acceptLanguage:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.servicebus.implementation.SubscriptionsInner.client:Lcom/microsoft/azure/management/servicebus/implementation/ServiceBusManagementClientImpl;
            invokevirtual com.microsoft.azure.management.servicebus.implementation.ServiceBusManagementClientImpl.userAgent:()Ljava/lang/String;
            invokeinterface com.microsoft.azure.management.servicebus.implementation.SubscriptionsInner$SubscriptionsService.get:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
        13: .line 505
            new com.microsoft.azure.management.servicebus.implementation.SubscriptionsInner$15
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.servicebus.implementation.SubscriptionsInner$15.<init>:(Lcom/microsoft/azure/management/servicebus/implementation/SubscriptionsInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
        14: .line 504
            areturn
        end local 4 // java.lang.String subscriptionName
        end local 3 // java.lang.String topicName
        end local 2 // java.lang.String namespaceName
        end local 1 // java.lang.String resourceGroupName
        end local 0 // com.microsoft.azure.management.servicebus.implementation.SubscriptionsInner this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   15     0               this  Lcom/microsoft/azure/management/servicebus/implementation/SubscriptionsInner;
            0   15     1  resourceGroupName  Ljava/lang/String;
            0   15     2      namespaceName  Ljava/lang/String;
            0   15     3          topicName  Ljava/lang/String;
            0   15     4   subscriptionName  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/servicebus/implementation/SubscriptionInner;>;>;
    MethodParameters:
                   Name  Flags
      resourceGroupName  
      namespaceName      
      topicName          
      subscriptionName   

  private com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.servicebus.implementation.SubscriptionInner> getDelegate(retrofit2.Response<okhttp3.ResponseBody>);
    descriptor: (Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.servicebus.implementation.SubscriptionsInner this
        start local 1 // retrofit2.Response response
         0: .line 519
            aload 0 /* this */
            getfield com.microsoft.azure.management.servicebus.implementation.SubscriptionsInner.client:Lcom/microsoft/azure/management/servicebus/implementation/ServiceBusManagementClientImpl;
            invokevirtual com.microsoft.azure.management.servicebus.implementation.ServiceBusManagementClientImpl.restClient:()Lcom/microsoft/rest/RestClient;
            invokevirtual com.microsoft.rest.RestClient.responseBuilderFactory:()Lcom/microsoft/rest/protocol/ResponseBuilder$Factory;
            aload 0 /* this */
            getfield com.microsoft.azure.management.servicebus.implementation.SubscriptionsInner.client:Lcom/microsoft/azure/management/servicebus/implementation/ServiceBusManagementClientImpl;
            invokevirtual com.microsoft.azure.management.servicebus.implementation.ServiceBusManagementClientImpl.serializerAdapter:()Lcom/microsoft/rest/protocol/SerializerAdapter;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder$Factory.newInstance:(Lcom/microsoft/rest/protocol/SerializerAdapter;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         1: .line 520
            sipush 200
            new com.microsoft.azure.management.servicebus.implementation.SubscriptionsInner$16
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.servicebus.implementation.SubscriptionsInner$16.<init>:(Lcom/microsoft/azure/management/servicebus/implementation/SubscriptionsInner;)V
            invokevirtual com.microsoft.azure.management.servicebus.implementation.SubscriptionsInner$16.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         2: .line 521
            ldc Lcom/microsoft/azure/CloudException;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         3: .line 522
            aload 1 /* response */
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
         4: .line 519
            areturn
        end local 1 // retrofit2.Response response
        end local 0 // com.microsoft.azure.management.servicebus.implementation.SubscriptionsInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lcom/microsoft/azure/management/servicebus/implementation/SubscriptionsInner;
            0    5     1  response  Lretrofit2/Response<Lokhttp3/ResponseBody;>;
    Exceptions:
      throws com.microsoft.azure.CloudException, java.io.IOException, java.lang.IllegalArgumentException
    Signature: (Lretrofit2/Response<Lokhttp3/ResponseBody;>;)Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/servicebus/implementation/SubscriptionInner;>;
    MethodParameters:
          Name  Flags
      response  

  public com.microsoft.azure.PagedList<com.microsoft.azure.management.servicebus.implementation.SubscriptionInner> listByTopicNext(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/PagedList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // com.microsoft.azure.management.servicebus.implementation.SubscriptionsInner this
        start local 1 // java.lang.String nextPageLink
         0: .line 535
            aload 0 /* this */
            aload 1 /* nextPageLink */
            invokevirtual com.microsoft.azure.management.servicebus.implementation.SubscriptionsInner.listByTopicNextSinglePageAsync:(Ljava/lang/String;)Lrx/Observable;
            invokevirtual rx.Observable.toBlocking:()Lrx/observables/BlockingObservable;
            invokevirtual rx.observables.BlockingObservable.single:()Ljava/lang/Object;
            checkcast com.microsoft.rest.ServiceResponse
            astore 2 /* response */
        start local 2 // com.microsoft.rest.ServiceResponse response
         1: .line 536
            new com.microsoft.azure.management.servicebus.implementation.SubscriptionsInner$17
            dup
            aload 0 /* this */
            aload 2 /* response */
            invokevirtual com.microsoft.rest.ServiceResponse.body:()Ljava/lang/Object;
            checkcast com.microsoft.azure.Page
            invokespecial com.microsoft.azure.management.servicebus.implementation.SubscriptionsInner$17.<init>:(Lcom/microsoft/azure/management/servicebus/implementation/SubscriptionsInner;Lcom/microsoft/azure/Page;)V
            areturn
        end local 2 // com.microsoft.rest.ServiceResponse response
        end local 1 // java.lang.String nextPageLink
        end local 0 // com.microsoft.azure.management.servicebus.implementation.SubscriptionsInner this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Lcom/microsoft/azure/management/servicebus/implementation/SubscriptionsInner;
            0    2     1  nextPageLink  Ljava/lang/String;
            1    2     2      response  Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/servicebus/implementation/SubscriptionInner;>;>;
    Signature: (Ljava/lang/String;)Lcom/microsoft/azure/PagedList<Lcom/microsoft/azure/management/servicebus/implementation/SubscriptionInner;>;
    MethodParameters:
              Name  Flags
      nextPageLink  final

  public com.microsoft.rest.ServiceFuture<java.util.List<com.microsoft.azure.management.servicebus.implementation.SubscriptionInner>> listByTopicNextAsync(java.lang.String, com.microsoft.rest.ServiceFuture<java.util.List<com.microsoft.azure.management.servicebus.implementation.SubscriptionInner>>, com.microsoft.azure.ListOperationCallback<com.microsoft.azure.management.servicebus.implementation.SubscriptionInner>);
    descriptor: (Ljava/lang/String;Lcom/microsoft/rest/ServiceFuture;Lcom/microsoft/azure/ListOperationCallback;)Lcom/microsoft/rest/ServiceFuture;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // com.microsoft.azure.management.servicebus.implementation.SubscriptionsInner this
        start local 1 // java.lang.String nextPageLink
        start local 2 // com.microsoft.rest.ServiceFuture serviceFuture
        start local 3 // com.microsoft.azure.ListOperationCallback serviceCallback
         0: .line 555
            aload 0 /* this */
            aload 1 /* nextPageLink */
            invokevirtual com.microsoft.azure.management.servicebus.implementation.SubscriptionsInner.listByTopicNextSinglePageAsync:(Ljava/lang/String;)Lrx/Observable;
         1: .line 556
            new com.microsoft.azure.management.servicebus.implementation.SubscriptionsInner$18
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.servicebus.implementation.SubscriptionsInner$18.<init>:(Lcom/microsoft/azure/management/servicebus/implementation/SubscriptionsInner;)V
         2: .line 562
            aload 3 /* serviceCallback */
         3: .line 554
            invokestatic com.microsoft.azure.AzureServiceFuture.fromPageResponse:(Lrx/Observable;Lrx/functions/Func1;Lcom/microsoft/azure/ListOperationCallback;)Lcom/microsoft/rest/ServiceFuture;
            areturn
        end local 3 // com.microsoft.azure.ListOperationCallback serviceCallback
        end local 2 // com.microsoft.rest.ServiceFuture serviceFuture
        end local 1 // java.lang.String nextPageLink
        end local 0 // com.microsoft.azure.management.servicebus.implementation.SubscriptionsInner this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    4     0             this  Lcom/microsoft/azure/management/servicebus/implementation/SubscriptionsInner;
            0    4     1     nextPageLink  Ljava/lang/String;
            0    4     2    serviceFuture  Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/servicebus/implementation/SubscriptionInner;>;>;
            0    4     3  serviceCallback  Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/servicebus/implementation/SubscriptionInner;>;
    Signature: (Ljava/lang/String;Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/servicebus/implementation/SubscriptionInner;>;>;Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/servicebus/implementation/SubscriptionInner;>;)Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/servicebus/implementation/SubscriptionInner;>;>;
    MethodParameters:
                 Name  Flags
      nextPageLink     final
      serviceFuture    final
      serviceCallback  final

  public rx.Observable<com.microsoft.azure.Page<com.microsoft.azure.management.servicebus.implementation.SubscriptionInner>> listByTopicNextAsync(java.lang.String);
    descriptor: (Ljava/lang/String;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.servicebus.implementation.SubscriptionsInner this
        start local 1 // java.lang.String nextPageLink
         0: .line 573
            aload 0 /* this */
            aload 1 /* nextPageLink */
            invokevirtual com.microsoft.azure.management.servicebus.implementation.SubscriptionsInner.listByTopicNextWithServiceResponseAsync:(Ljava/lang/String;)Lrx/Observable;
         1: .line 574
            new com.microsoft.azure.management.servicebus.implementation.SubscriptionsInner$19
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.servicebus.implementation.SubscriptionsInner$19.<init>:(Lcom/microsoft/azure/management/servicebus/implementation/SubscriptionsInner;)V
            invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
         2: .line 573
            areturn
        end local 1 // java.lang.String nextPageLink
        end local 0 // com.microsoft.azure.management.servicebus.implementation.SubscriptionsInner this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    3     0          this  Lcom/microsoft/azure/management/servicebus/implementation/SubscriptionsInner;
            0    3     1  nextPageLink  Ljava/lang/String;
    Signature: (Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/servicebus/implementation/SubscriptionInner;>;>;
    MethodParameters:
              Name  Flags
      nextPageLink  final

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<com.microsoft.azure.management.servicebus.implementation.SubscriptionInner>>> listByTopicNextWithServiceResponseAsync(java.lang.String);
    descriptor: (Ljava/lang/String;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.servicebus.implementation.SubscriptionsInner this
        start local 1 // java.lang.String nextPageLink
         0: .line 590
            aload 0 /* this */
            aload 1 /* nextPageLink */
            invokevirtual com.microsoft.azure.management.servicebus.implementation.SubscriptionsInner.listByTopicNextSinglePageAsync:(Ljava/lang/String;)Lrx/Observable;
         1: .line 591
            new com.microsoft.azure.management.servicebus.implementation.SubscriptionsInner$20
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.servicebus.implementation.SubscriptionsInner$20.<init>:(Lcom/microsoft/azure/management/servicebus/implementation/SubscriptionsInner;)V
            invokevirtual rx.Observable.concatMap:(Lrx/functions/Func1;)Lrx/Observable;
         2: .line 590
            areturn
        end local 1 // java.lang.String nextPageLink
        end local 0 // com.microsoft.azure.management.servicebus.implementation.SubscriptionsInner this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    3     0          this  Lcom/microsoft/azure/management/servicebus/implementation/SubscriptionsInner;
            0    3     1  nextPageLink  Ljava/lang/String;
    Signature: (Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/servicebus/implementation/SubscriptionInner;>;>;>;
    MethodParameters:
              Name  Flags
      nextPageLink  final

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<com.microsoft.azure.management.servicebus.implementation.SubscriptionInner>>> listByTopicNextSinglePageAsync(java.lang.String);
    descriptor: (Ljava/lang/String;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=2
        start local 0 // com.microsoft.azure.management.servicebus.implementation.SubscriptionsInner this
        start local 1 // java.lang.String nextPageLink
         0: .line 611
            aload 1 /* nextPageLink */
            ifnonnull 2
         1: .line 612
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter nextPageLink is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 614
      StackMap locals:
      StackMap stack:
            ldc "%s"
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 1 /* nextPageLink */
            aastore
            invokestatic java.lang.String.format:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
            astore 2 /* nextUrl */
        start local 2 // java.lang.String nextUrl
         3: .line 615
            aload 0 /* this */
            getfield com.microsoft.azure.management.servicebus.implementation.SubscriptionsInner.service:Lcom/microsoft/azure/management/servicebus/implementation/SubscriptionsInner$SubscriptionsService;
            aload 2 /* nextUrl */
            aload 0 /* this */
            getfield com.microsoft.azure.management.servicebus.implementation.SubscriptionsInner.client:Lcom/microsoft/azure/management/servicebus/implementation/ServiceBusManagementClientImpl;
            invokevirtual com.microsoft.azure.management.servicebus.implementation.ServiceBusManagementClientImpl.acceptLanguage:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.servicebus.implementation.SubscriptionsInner.client:Lcom/microsoft/azure/management/servicebus/implementation/ServiceBusManagementClientImpl;
            invokevirtual com.microsoft.azure.management.servicebus.implementation.ServiceBusManagementClientImpl.userAgent:()Ljava/lang/String;
            invokeinterface com.microsoft.azure.management.servicebus.implementation.SubscriptionsInner$SubscriptionsService.listByTopicNext:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         4: .line 616
            new com.microsoft.azure.management.servicebus.implementation.SubscriptionsInner$21
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.servicebus.implementation.SubscriptionsInner$21.<init>:(Lcom/microsoft/azure/management/servicebus/implementation/SubscriptionsInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
         5: .line 615
            areturn
        end local 2 // java.lang.String nextUrl
        end local 1 // java.lang.String nextPageLink
        end local 0 // com.microsoft.azure.management.servicebus.implementation.SubscriptionsInner this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    6     0          this  Lcom/microsoft/azure/management/servicebus/implementation/SubscriptionsInner;
            0    6     1  nextPageLink  Ljava/lang/String;
            3    6     2       nextUrl  Ljava/lang/String;
    Signature: (Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/servicebus/implementation/SubscriptionInner;>;>;>;
    MethodParameters:
              Name  Flags
      nextPageLink  final

  private com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.servicebus.implementation.PageImpl<com.microsoft.azure.management.servicebus.implementation.SubscriptionInner>> listByTopicNextDelegate(retrofit2.Response<okhttp3.ResponseBody>);
    descriptor: (Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.servicebus.implementation.SubscriptionsInner this
        start local 1 // retrofit2.Response response
         0: .line 630
            aload 0 /* this */
            getfield com.microsoft.azure.management.servicebus.implementation.SubscriptionsInner.client:Lcom/microsoft/azure/management/servicebus/implementation/ServiceBusManagementClientImpl;
            invokevirtual com.microsoft.azure.management.servicebus.implementation.ServiceBusManagementClientImpl.restClient:()Lcom/microsoft/rest/RestClient;
            invokevirtual com.microsoft.rest.RestClient.responseBuilderFactory:()Lcom/microsoft/rest/protocol/ResponseBuilder$Factory;
            aload 0 /* this */
            getfield com.microsoft.azure.management.servicebus.implementation.SubscriptionsInner.client:Lcom/microsoft/azure/management/servicebus/implementation/ServiceBusManagementClientImpl;
            invokevirtual com.microsoft.azure.management.servicebus.implementation.ServiceBusManagementClientImpl.serializerAdapter:()Lcom/microsoft/rest/protocol/SerializerAdapter;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder$Factory.newInstance:(Lcom/microsoft/rest/protocol/SerializerAdapter;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         1: .line 631
            sipush 200
            new com.microsoft.azure.management.servicebus.implementation.SubscriptionsInner$22
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.servicebus.implementation.SubscriptionsInner$22.<init>:(Lcom/microsoft/azure/management/servicebus/implementation/SubscriptionsInner;)V
            invokevirtual com.microsoft.azure.management.servicebus.implementation.SubscriptionsInner$22.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         2: .line 632
            ldc Lcom/microsoft/azure/CloudException;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         3: .line 633
            aload 1 /* response */
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
         4: .line 630
            areturn
        end local 1 // retrofit2.Response response
        end local 0 // com.microsoft.azure.management.servicebus.implementation.SubscriptionsInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lcom/microsoft/azure/management/servicebus/implementation/SubscriptionsInner;
            0    5     1  response  Lretrofit2/Response<Lokhttp3/ResponseBody;>;
    Exceptions:
      throws com.microsoft.azure.CloudException, java.io.IOException, java.lang.IllegalArgumentException
    Signature: (Lretrofit2/Response<Lokhttp3/ResponseBody;>;)Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/servicebus/implementation/PageImpl<Lcom/microsoft/azure/management/servicebus/implementation/SubscriptionInner;>;>;
    MethodParameters:
          Name  Flags
      response  
}
SourceFile: "SubscriptionsInner.java"
NestMembers:
  com.microsoft.azure.management.servicebus.implementation.SubscriptionsInner$1  com.microsoft.azure.management.servicebus.implementation.SubscriptionsInner$10  com.microsoft.azure.management.servicebus.implementation.SubscriptionsInner$11  com.microsoft.azure.management.servicebus.implementation.SubscriptionsInner$12  com.microsoft.azure.management.servicebus.implementation.SubscriptionsInner$13  com.microsoft.azure.management.servicebus.implementation.SubscriptionsInner$14  com.microsoft.azure.management.servicebus.implementation.SubscriptionsInner$15  com.microsoft.azure.management.servicebus.implementation.SubscriptionsInner$16  com.microsoft.azure.management.servicebus.implementation.SubscriptionsInner$17  com.microsoft.azure.management.servicebus.implementation.SubscriptionsInner$18  com.microsoft.azure.management.servicebus.implementation.SubscriptionsInner$19  com.microsoft.azure.management.servicebus.implementation.SubscriptionsInner$2  com.microsoft.azure.management.servicebus.implementation.SubscriptionsInner$20  com.microsoft.azure.management.servicebus.implementation.SubscriptionsInner$21  com.microsoft.azure.management.servicebus.implementation.SubscriptionsInner$22  com.microsoft.azure.management.servicebus.implementation.SubscriptionsInner$3  com.microsoft.azure.management.servicebus.implementation.SubscriptionsInner$4  com.microsoft.azure.management.servicebus.implementation.SubscriptionsInner$5  com.microsoft.azure.management.servicebus.implementation.SubscriptionsInner$6  com.microsoft.azure.management.servicebus.implementation.SubscriptionsInner$7  com.microsoft.azure.management.servicebus.implementation.SubscriptionsInner$8  com.microsoft.azure.management.servicebus.implementation.SubscriptionsInner$9  com.microsoft.azure.management.servicebus.implementation.SubscriptionsInner$SubscriptionsService
InnerClasses:
  com.microsoft.azure.management.servicebus.implementation.SubscriptionsInner$1
  com.microsoft.azure.management.servicebus.implementation.SubscriptionsInner$10
  com.microsoft.azure.management.servicebus.implementation.SubscriptionsInner$11
  com.microsoft.azure.management.servicebus.implementation.SubscriptionsInner$12
  com.microsoft.azure.management.servicebus.implementation.SubscriptionsInner$13
  com.microsoft.azure.management.servicebus.implementation.SubscriptionsInner$14
  com.microsoft.azure.management.servicebus.implementation.SubscriptionsInner$15
  com.microsoft.azure.management.servicebus.implementation.SubscriptionsInner$16
  com.microsoft.azure.management.servicebus.implementation.SubscriptionsInner$17
  com.microsoft.azure.management.servicebus.implementation.SubscriptionsInner$18
  com.microsoft.azure.management.servicebus.implementation.SubscriptionsInner$19
  com.microsoft.azure.management.servicebus.implementation.SubscriptionsInner$2
  com.microsoft.azure.management.servicebus.implementation.SubscriptionsInner$20
  com.microsoft.azure.management.servicebus.implementation.SubscriptionsInner$21
  com.microsoft.azure.management.servicebus.implementation.SubscriptionsInner$22
  com.microsoft.azure.management.servicebus.implementation.SubscriptionsInner$3
  com.microsoft.azure.management.servicebus.implementation.SubscriptionsInner$4
  com.microsoft.azure.management.servicebus.implementation.SubscriptionsInner$5
  com.microsoft.azure.management.servicebus.implementation.SubscriptionsInner$6
  com.microsoft.azure.management.servicebus.implementation.SubscriptionsInner$7
  com.microsoft.azure.management.servicebus.implementation.SubscriptionsInner$8
  com.microsoft.azure.management.servicebus.implementation.SubscriptionsInner$9
  abstract SubscriptionsService = com.microsoft.azure.management.servicebus.implementation.SubscriptionsInner$SubscriptionsService of com.microsoft.azure.management.servicebus.implementation.SubscriptionsInner
  public abstract Factory = com.microsoft.rest.protocol.ResponseBuilder$Factory of com.microsoft.rest.protocol.ResponseBuilder