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

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

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

  public com.microsoft.azure.PagedList<com.microsoft.azure.management.resources.implementation.FeatureResultInner> list();
    descriptor: ()Lcom/microsoft/azure/PagedList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=1
        start local 0 // com.microsoft.azure.management.resources.implementation.FeaturesInner this
         0: .line 96
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.resources.implementation.FeaturesInner.listSinglePageAsync:()Lrx/Observable;
            invokevirtual rx.Observable.toBlocking:()Lrx/observables/BlockingObservable;
            invokevirtual rx.observables.BlockingObservable.single:()Ljava/lang/Object;
            checkcast com.microsoft.rest.ServiceResponse
            astore 1 /* response */
        start local 1 // com.microsoft.rest.ServiceResponse response
         1: .line 97
            new com.microsoft.azure.management.resources.implementation.FeaturesInner$1
            dup
            aload 0 /* this */
            aload 1 /* response */
            invokevirtual com.microsoft.rest.ServiceResponse.body:()Ljava/lang/Object;
            checkcast com.microsoft.azure.Page
            invokespecial com.microsoft.azure.management.resources.implementation.FeaturesInner$1.<init>:(Lcom/microsoft/azure/management/resources/implementation/FeaturesInner;Lcom/microsoft/azure/Page;)V
            areturn
        end local 1 // com.microsoft.rest.ServiceResponse response
        end local 0 // com.microsoft.azure.management.resources.implementation.FeaturesInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lcom/microsoft/azure/management/resources/implementation/FeaturesInner;
            1    2     1  response  Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/resources/implementation/FeatureResultInner;>;>;
    Signature: ()Lcom/microsoft/azure/PagedList<Lcom/microsoft/azure/management/resources/implementation/FeatureResultInner;>;

  public com.microsoft.rest.ServiceFuture<java.util.List<com.microsoft.azure.management.resources.implementation.FeatureResultInner>> listAsync(com.microsoft.azure.ListOperationCallback<com.microsoft.azure.management.resources.implementation.FeatureResultInner>);
    descriptor: (Lcom/microsoft/azure/ListOperationCallback;)Lcom/microsoft/rest/ServiceFuture;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.resources.implementation.FeaturesInner this
        start local 1 // com.microsoft.azure.ListOperationCallback serviceCallback
         0: .line 114
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.resources.implementation.FeaturesInner.listSinglePageAsync:()Lrx/Observable;
         1: .line 115
            new com.microsoft.azure.management.resources.implementation.FeaturesInner$2
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.resources.implementation.FeaturesInner$2.<init>:(Lcom/microsoft/azure/management/resources/implementation/FeaturesInner;)V
         2: .line 121
            aload 1 /* serviceCallback */
         3: .line 113
            invokestatic com.microsoft.azure.AzureServiceFuture.fromPageResponse:(Lrx/Observable;Lrx/functions/Func1;Lcom/microsoft/azure/ListOperationCallback;)Lcom/microsoft/rest/ServiceFuture;
            areturn
        end local 1 // com.microsoft.azure.ListOperationCallback serviceCallback
        end local 0 // com.microsoft.azure.management.resources.implementation.FeaturesInner this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    4     0             this  Lcom/microsoft/azure/management/resources/implementation/FeaturesInner;
            0    4     1  serviceCallback  Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/resources/implementation/FeatureResultInner;>;
    Signature: (Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/resources/implementation/FeatureResultInner;>;)Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/resources/implementation/FeatureResultInner;>;>;
    MethodParameters:
                 Name  Flags
      serviceCallback  final

  public rx.Observable<com.microsoft.azure.Page<com.microsoft.azure.management.resources.implementation.FeatureResultInner>> listAsync();
    descriptor: ()Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.resources.implementation.FeaturesInner this
         0: .line 131
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.resources.implementation.FeaturesInner.listWithServiceResponseAsync:()Lrx/Observable;
         1: .line 132
            new com.microsoft.azure.management.resources.implementation.FeaturesInner$3
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.resources.implementation.FeaturesInner$3.<init>:(Lcom/microsoft/azure/management/resources/implementation/FeaturesInner;)V
            invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
         2: .line 131
            areturn
        end local 0 // com.microsoft.azure.management.resources.implementation.FeaturesInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/microsoft/azure/management/resources/implementation/FeaturesInner;
    Signature: ()Lrx/Observable<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/resources/implementation/FeatureResultInner;>;>;

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<com.microsoft.azure.management.resources.implementation.FeatureResultInner>>> listWithServiceResponseAsync();
    descriptor: ()Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.resources.implementation.FeaturesInner this
         0: .line 147
            aload 0 /* this */
            invokevirtual com.microsoft.azure.management.resources.implementation.FeaturesInner.listSinglePageAsync:()Lrx/Observable;
         1: .line 148
            new com.microsoft.azure.management.resources.implementation.FeaturesInner$4
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.resources.implementation.FeaturesInner$4.<init>:(Lcom/microsoft/azure/management/resources/implementation/FeaturesInner;)V
            invokevirtual rx.Observable.concatMap:(Lrx/functions/Func1;)Lrx/Observable;
         2: .line 147
            areturn
        end local 0 // com.microsoft.azure.management.resources.implementation.FeaturesInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/microsoft/azure/management/resources/implementation/FeaturesInner;
    Signature: ()Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/resources/implementation/FeatureResultInner;>;>;>;

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<com.microsoft.azure.management.resources.implementation.FeatureResultInner>>> listSinglePageAsync();
    descriptor: ()Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.resources.implementation.FeaturesInner this
         0: .line 167
            aload 0 /* this */
            getfield com.microsoft.azure.management.resources.implementation.FeaturesInner.client:Lcom/microsoft/azure/management/resources/implementation/FeatureClientImpl;
            invokevirtual com.microsoft.azure.management.resources.implementation.FeatureClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 2
         1: .line 168
            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
         2: .line 170
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.resources.implementation.FeaturesInner.client:Lcom/microsoft/azure/management/resources/implementation/FeatureClientImpl;
            invokevirtual com.microsoft.azure.management.resources.implementation.FeatureClientImpl.apiVersion:()Ljava/lang/String;
            ifnonnull 4
         3: .line 171
            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
         4: .line 173
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.resources.implementation.FeaturesInner.service:Lcom/microsoft/azure/management/resources/implementation/FeaturesInner$FeaturesService;
            aload 0 /* this */
            getfield com.microsoft.azure.management.resources.implementation.FeaturesInner.client:Lcom/microsoft/azure/management/resources/implementation/FeatureClientImpl;
            invokevirtual com.microsoft.azure.management.resources.implementation.FeatureClientImpl.subscriptionId:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.resources.implementation.FeaturesInner.client:Lcom/microsoft/azure/management/resources/implementation/FeatureClientImpl;
            invokevirtual com.microsoft.azure.management.resources.implementation.FeatureClientImpl.apiVersion:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.resources.implementation.FeaturesInner.client:Lcom/microsoft/azure/management/resources/implementation/FeatureClientImpl;
            invokevirtual com.microsoft.azure.management.resources.implementation.FeatureClientImpl.acceptLanguage:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.resources.implementation.FeaturesInner.client:Lcom/microsoft/azure/management/resources/implementation/FeatureClientImpl;
            invokevirtual com.microsoft.azure.management.resources.implementation.FeatureClientImpl.userAgent:()Ljava/lang/String;
            invokeinterface com.microsoft.azure.management.resources.implementation.FeaturesInner$FeaturesService.list:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         5: .line 174
            new com.microsoft.azure.management.resources.implementation.FeaturesInner$5
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.resources.implementation.FeaturesInner$5.<init>:(Lcom/microsoft/azure/management/resources/implementation/FeaturesInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
         6: .line 173
            areturn
        end local 0 // com.microsoft.azure.management.resources.implementation.FeaturesInner this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lcom/microsoft/azure/management/resources/implementation/FeaturesInner;
    Signature: ()Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/resources/implementation/FeatureResultInner;>;>;>;

  private com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.resources.implementation.PageImpl<com.microsoft.azure.management.resources.implementation.FeatureResultInner>> listDelegate(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.resources.implementation.FeaturesInner this
        start local 1 // retrofit2.Response response
         0: .line 188
            aload 0 /* this */
            getfield com.microsoft.azure.management.resources.implementation.FeaturesInner.client:Lcom/microsoft/azure/management/resources/implementation/FeatureClientImpl;
            invokevirtual com.microsoft.azure.management.resources.implementation.FeatureClientImpl.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.resources.implementation.FeaturesInner.client:Lcom/microsoft/azure/management/resources/implementation/FeatureClientImpl;
            invokevirtual com.microsoft.azure.management.resources.implementation.FeatureClientImpl.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 189
            sipush 200
            new com.microsoft.azure.management.resources.implementation.FeaturesInner$6
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.resources.implementation.FeaturesInner$6.<init>:(Lcom/microsoft/azure/management/resources/implementation/FeaturesInner;)V
            invokevirtual com.microsoft.azure.management.resources.implementation.FeaturesInner$6.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         2: .line 190
            ldc Lcom/microsoft/azure/CloudException;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         3: .line 191
            aload 1 /* response */
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
         4: .line 188
            areturn
        end local 1 // retrofit2.Response response
        end local 0 // com.microsoft.azure.management.resources.implementation.FeaturesInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lcom/microsoft/azure/management/resources/implementation/FeaturesInner;
            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/resources/implementation/PageImpl<Lcom/microsoft/azure/management/resources/implementation/FeatureResultInner;>;>;
    MethodParameters:
          Name  Flags
      response  

  public com.microsoft.azure.PagedList<com.microsoft.azure.management.resources.implementation.FeatureResultInner> list1(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.resources.implementation.FeaturesInner this
        start local 1 // java.lang.String resourceProviderNamespace
         0: .line 204
            aload 0 /* this */
            aload 1 /* resourceProviderNamespace */
            invokevirtual com.microsoft.azure.management.resources.implementation.FeaturesInner.list1SinglePageAsync:(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 205
            new com.microsoft.azure.management.resources.implementation.FeaturesInner$7
            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.resources.implementation.FeaturesInner$7.<init>:(Lcom/microsoft/azure/management/resources/implementation/FeaturesInner;Lcom/microsoft/azure/Page;)V
            areturn
        end local 2 // com.microsoft.rest.ServiceResponse response
        end local 1 // java.lang.String resourceProviderNamespace
        end local 0 // com.microsoft.azure.management.resources.implementation.FeaturesInner this
      LocalVariableTable:
        Start  End  Slot                       Name  Signature
            0    2     0                       this  Lcom/microsoft/azure/management/resources/implementation/FeaturesInner;
            0    2     1  resourceProviderNamespace  Ljava/lang/String;
            1    2     2                   response  Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/resources/implementation/FeatureResultInner;>;>;
    Signature: (Ljava/lang/String;)Lcom/microsoft/azure/PagedList<Lcom/microsoft/azure/management/resources/implementation/FeatureResultInner;>;
    MethodParameters:
                           Name  Flags
      resourceProviderNamespace  final

  public com.microsoft.rest.ServiceFuture<java.util.List<com.microsoft.azure.management.resources.implementation.FeatureResultInner>> list1Async(java.lang.String, com.microsoft.azure.ListOperationCallback<com.microsoft.azure.management.resources.implementation.FeatureResultInner>);
    descriptor: (Ljava/lang/String;Lcom/microsoft/azure/ListOperationCallback;)Lcom/microsoft/rest/ServiceFuture;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // com.microsoft.azure.management.resources.implementation.FeaturesInner this
        start local 1 // java.lang.String resourceProviderNamespace
        start local 2 // com.microsoft.azure.ListOperationCallback serviceCallback
         0: .line 223
            aload 0 /* this */
            aload 1 /* resourceProviderNamespace */
            invokevirtual com.microsoft.azure.management.resources.implementation.FeaturesInner.list1SinglePageAsync:(Ljava/lang/String;)Lrx/Observable;
         1: .line 224
            new com.microsoft.azure.management.resources.implementation.FeaturesInner$8
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.resources.implementation.FeaturesInner$8.<init>:(Lcom/microsoft/azure/management/resources/implementation/FeaturesInner;)V
         2: .line 230
            aload 2 /* serviceCallback */
         3: .line 222
            invokestatic com.microsoft.azure.AzureServiceFuture.fromPageResponse:(Lrx/Observable;Lrx/functions/Func1;Lcom/microsoft/azure/ListOperationCallback;)Lcom/microsoft/rest/ServiceFuture;
            areturn
        end local 2 // com.microsoft.azure.ListOperationCallback serviceCallback
        end local 1 // java.lang.String resourceProviderNamespace
        end local 0 // com.microsoft.azure.management.resources.implementation.FeaturesInner this
      LocalVariableTable:
        Start  End  Slot                       Name  Signature
            0    4     0                       this  Lcom/microsoft/azure/management/resources/implementation/FeaturesInner;
            0    4     1  resourceProviderNamespace  Ljava/lang/String;
            0    4     2            serviceCallback  Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/resources/implementation/FeatureResultInner;>;
    Signature: (Ljava/lang/String;Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/resources/implementation/FeatureResultInner;>;)Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/resources/implementation/FeatureResultInner;>;>;
    MethodParameters:
                           Name  Flags
      resourceProviderNamespace  final
      serviceCallback            final

  public rx.Observable<com.microsoft.azure.Page<com.microsoft.azure.management.resources.implementation.FeatureResultInner>> list1Async(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.resources.implementation.FeaturesInner this
        start local 1 // java.lang.String resourceProviderNamespace
         0: .line 241
            aload 0 /* this */
            aload 1 /* resourceProviderNamespace */
            invokevirtual com.microsoft.azure.management.resources.implementation.FeaturesInner.list1WithServiceResponseAsync:(Ljava/lang/String;)Lrx/Observable;
         1: .line 242
            new com.microsoft.azure.management.resources.implementation.FeaturesInner$9
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.resources.implementation.FeaturesInner$9.<init>:(Lcom/microsoft/azure/management/resources/implementation/FeaturesInner;)V
            invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
         2: .line 241
            areturn
        end local 1 // java.lang.String resourceProviderNamespace
        end local 0 // com.microsoft.azure.management.resources.implementation.FeaturesInner this
      LocalVariableTable:
        Start  End  Slot                       Name  Signature
            0    3     0                       this  Lcom/microsoft/azure/management/resources/implementation/FeaturesInner;
            0    3     1  resourceProviderNamespace  Ljava/lang/String;
    Signature: (Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/resources/implementation/FeatureResultInner;>;>;
    MethodParameters:
                           Name  Flags
      resourceProviderNamespace  final

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<com.microsoft.azure.management.resources.implementation.FeatureResultInner>>> list1WithServiceResponseAsync(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.resources.implementation.FeaturesInner this
        start local 1 // java.lang.String resourceProviderNamespace
         0: .line 258
            aload 0 /* this */
            aload 1 /* resourceProviderNamespace */
            invokevirtual com.microsoft.azure.management.resources.implementation.FeaturesInner.list1SinglePageAsync:(Ljava/lang/String;)Lrx/Observable;
         1: .line 259
            new com.microsoft.azure.management.resources.implementation.FeaturesInner$10
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.resources.implementation.FeaturesInner$10.<init>:(Lcom/microsoft/azure/management/resources/implementation/FeaturesInner;)V
            invokevirtual rx.Observable.concatMap:(Lrx/functions/Func1;)Lrx/Observable;
         2: .line 258
            areturn
        end local 1 // java.lang.String resourceProviderNamespace
        end local 0 // com.microsoft.azure.management.resources.implementation.FeaturesInner this
      LocalVariableTable:
        Start  End  Slot                       Name  Signature
            0    3     0                       this  Lcom/microsoft/azure/management/resources/implementation/FeaturesInner;
            0    3     1  resourceProviderNamespace  Ljava/lang/String;
    Signature: (Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/resources/implementation/FeatureResultInner;>;>;>;
    MethodParameters:
                           Name  Flags
      resourceProviderNamespace  final

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<com.microsoft.azure.management.resources.implementation.FeatureResultInner>>> list1SinglePageAsync(java.lang.String);
    descriptor: (Ljava/lang/String;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.resources.implementation.FeaturesInner this
        start local 1 // java.lang.String resourceProviderNamespace
         0: .line 279
            aload 1 /* resourceProviderNamespace */
            ifnonnull 2
         1: .line 280
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter resourceProviderNamespace is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 282
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.resources.implementation.FeaturesInner.client:Lcom/microsoft/azure/management/resources/implementation/FeatureClientImpl;
            invokevirtual com.microsoft.azure.management.resources.implementation.FeatureClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 4
         3: .line 283
            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
         4: .line 285
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.resources.implementation.FeaturesInner.client:Lcom/microsoft/azure/management/resources/implementation/FeatureClientImpl;
            invokevirtual com.microsoft.azure.management.resources.implementation.FeatureClientImpl.apiVersion:()Ljava/lang/String;
            ifnonnull 6
         5: .line 286
            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
         6: .line 288
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.resources.implementation.FeaturesInner.service:Lcom/microsoft/azure/management/resources/implementation/FeaturesInner$FeaturesService;
            aload 1 /* resourceProviderNamespace */
            aload 0 /* this */
            getfield com.microsoft.azure.management.resources.implementation.FeaturesInner.client:Lcom/microsoft/azure/management/resources/implementation/FeatureClientImpl;
            invokevirtual com.microsoft.azure.management.resources.implementation.FeatureClientImpl.subscriptionId:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.resources.implementation.FeaturesInner.client:Lcom/microsoft/azure/management/resources/implementation/FeatureClientImpl;
            invokevirtual com.microsoft.azure.management.resources.implementation.FeatureClientImpl.apiVersion:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.resources.implementation.FeaturesInner.client:Lcom/microsoft/azure/management/resources/implementation/FeatureClientImpl;
            invokevirtual com.microsoft.azure.management.resources.implementation.FeatureClientImpl.acceptLanguage:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.resources.implementation.FeaturesInner.client:Lcom/microsoft/azure/management/resources/implementation/FeatureClientImpl;
            invokevirtual com.microsoft.azure.management.resources.implementation.FeatureClientImpl.userAgent:()Ljava/lang/String;
            invokeinterface com.microsoft.azure.management.resources.implementation.FeaturesInner$FeaturesService.list1:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         7: .line 289
            new com.microsoft.azure.management.resources.implementation.FeaturesInner$11
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.resources.implementation.FeaturesInner$11.<init>:(Lcom/microsoft/azure/management/resources/implementation/FeaturesInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
         8: .line 288
            areturn
        end local 1 // java.lang.String resourceProviderNamespace
        end local 0 // com.microsoft.azure.management.resources.implementation.FeaturesInner this
      LocalVariableTable:
        Start  End  Slot                       Name  Signature
            0    9     0                       this  Lcom/microsoft/azure/management/resources/implementation/FeaturesInner;
            0    9     1  resourceProviderNamespace  Ljava/lang/String;
    Signature: (Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/resources/implementation/FeatureResultInner;>;>;>;
    MethodParameters:
                           Name  Flags
      resourceProviderNamespace  final

  private com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.resources.implementation.PageImpl<com.microsoft.azure.management.resources.implementation.FeatureResultInner>> list1Delegate(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.resources.implementation.FeaturesInner this
        start local 1 // retrofit2.Response response
         0: .line 303
            aload 0 /* this */
            getfield com.microsoft.azure.management.resources.implementation.FeaturesInner.client:Lcom/microsoft/azure/management/resources/implementation/FeatureClientImpl;
            invokevirtual com.microsoft.azure.management.resources.implementation.FeatureClientImpl.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.resources.implementation.FeaturesInner.client:Lcom/microsoft/azure/management/resources/implementation/FeatureClientImpl;
            invokevirtual com.microsoft.azure.management.resources.implementation.FeatureClientImpl.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 304
            sipush 200
            new com.microsoft.azure.management.resources.implementation.FeaturesInner$12
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.resources.implementation.FeaturesInner$12.<init>:(Lcom/microsoft/azure/management/resources/implementation/FeaturesInner;)V
            invokevirtual com.microsoft.azure.management.resources.implementation.FeaturesInner$12.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         2: .line 305
            ldc Lcom/microsoft/azure/CloudException;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         3: .line 306
            aload 1 /* response */
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
         4: .line 303
            areturn
        end local 1 // retrofit2.Response response
        end local 0 // com.microsoft.azure.management.resources.implementation.FeaturesInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lcom/microsoft/azure/management/resources/implementation/FeaturesInner;
            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/resources/implementation/PageImpl<Lcom/microsoft/azure/management/resources/implementation/FeatureResultInner;>;>;
    MethodParameters:
          Name  Flags
      response  

  public com.microsoft.azure.management.resources.implementation.FeatureResultInner get(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lcom/microsoft/azure/management/resources/implementation/FeatureResultInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.microsoft.azure.management.resources.implementation.FeaturesInner this
        start local 1 // java.lang.String resourceProviderNamespace
        start local 2 // java.lang.String featureName
         0: .line 320
            aload 0 /* this */
            aload 1 /* resourceProviderNamespace */
            aload 2 /* featureName */
            invokevirtual com.microsoft.azure.management.resources.implementation.FeaturesInner.getWithServiceResponseAsync:(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.resources.implementation.FeatureResultInner
            areturn
        end local 2 // java.lang.String featureName
        end local 1 // java.lang.String resourceProviderNamespace
        end local 0 // com.microsoft.azure.management.resources.implementation.FeaturesInner this
      LocalVariableTable:
        Start  End  Slot                       Name  Signature
            0    1     0                       this  Lcom/microsoft/azure/management/resources/implementation/FeaturesInner;
            0    1     1  resourceProviderNamespace  Ljava/lang/String;
            0    1     2                featureName  Ljava/lang/String;
    MethodParameters:
                           Name  Flags
      resourceProviderNamespace  
      featureName                

  public com.microsoft.rest.ServiceFuture<com.microsoft.azure.management.resources.implementation.FeatureResultInner> getAsync(java.lang.String, java.lang.String, com.microsoft.rest.ServiceCallback<com.microsoft.azure.management.resources.implementation.FeatureResultInner>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // com.microsoft.azure.management.resources.implementation.FeaturesInner this
        start local 1 // java.lang.String resourceProviderNamespace
        start local 2 // java.lang.String featureName
        start local 3 // com.microsoft.rest.ServiceCallback serviceCallback
         0: .line 333
            aload 0 /* this */
            aload 1 /* resourceProviderNamespace */
            aload 2 /* featureName */
            invokevirtual com.microsoft.azure.management.resources.implementation.FeaturesInner.getWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
            aload 3 /* serviceCallback */
            invokestatic com.microsoft.rest.ServiceFuture.fromResponse:(Lrx/Observable;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
            areturn
        end local 3 // com.microsoft.rest.ServiceCallback serviceCallback
        end local 2 // java.lang.String featureName
        end local 1 // java.lang.String resourceProviderNamespace
        end local 0 // com.microsoft.azure.management.resources.implementation.FeaturesInner this
      LocalVariableTable:
        Start  End  Slot                       Name  Signature
            0    1     0                       this  Lcom/microsoft/azure/management/resources/implementation/FeaturesInner;
            0    1     1  resourceProviderNamespace  Ljava/lang/String;
            0    1     2                featureName  Ljava/lang/String;
            0    1     3            serviceCallback  Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/resources/implementation/FeatureResultInner;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/resources/implementation/FeatureResultInner;>;)Lcom/microsoft/rest/ServiceFuture<Lcom/microsoft/azure/management/resources/implementation/FeatureResultInner;>;
    MethodParameters:
                           Name  Flags
      resourceProviderNamespace  
      featureName                
      serviceCallback            final

  public rx.Observable<com.microsoft.azure.management.resources.implementation.FeatureResultInner> getAsync(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // com.microsoft.azure.management.resources.implementation.FeaturesInner this
        start local 1 // java.lang.String resourceProviderNamespace
        start local 2 // java.lang.String featureName
         0: .line 345
            aload 0 /* this */
            aload 1 /* resourceProviderNamespace */
            aload 2 /* featureName */
            invokevirtual com.microsoft.azure.management.resources.implementation.FeaturesInner.getWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
            new com.microsoft.azure.management.resources.implementation.FeaturesInner$13
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.resources.implementation.FeaturesInner$13.<init>:(Lcom/microsoft/azure/management/resources/implementation/FeaturesInner;)V
            invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
            areturn
        end local 2 // java.lang.String featureName
        end local 1 // java.lang.String resourceProviderNamespace
        end local 0 // com.microsoft.azure.management.resources.implementation.FeaturesInner this
      LocalVariableTable:
        Start  End  Slot                       Name  Signature
            0    1     0                       this  Lcom/microsoft/azure/management/resources/implementation/FeaturesInner;
            0    1     1  resourceProviderNamespace  Ljava/lang/String;
            0    1     2                featureName  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/azure/management/resources/implementation/FeatureResultInner;>;
    MethodParameters:
                           Name  Flags
      resourceProviderNamespace  
      featureName                

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.resources.implementation.FeatureResultInner>> getWithServiceResponseAsync(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=3, args_size=3
        start local 0 // com.microsoft.azure.management.resources.implementation.FeaturesInner this
        start local 1 // java.lang.String resourceProviderNamespace
        start local 2 // java.lang.String featureName
         0: .line 362
            aload 1 /* resourceProviderNamespace */
            ifnonnull 2
         1: .line 363
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter resourceProviderNamespace is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 365
      StackMap locals:
      StackMap stack:
            aload 2 /* featureName */
            ifnonnull 4
         3: .line 366
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter featureName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 368
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.resources.implementation.FeaturesInner.client:Lcom/microsoft/azure/management/resources/implementation/FeatureClientImpl;
            invokevirtual com.microsoft.azure.management.resources.implementation.FeatureClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 6
         5: .line 369
            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
         6: .line 371
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.resources.implementation.FeaturesInner.client:Lcom/microsoft/azure/management/resources/implementation/FeatureClientImpl;
            invokevirtual com.microsoft.azure.management.resources.implementation.FeatureClientImpl.apiVersion:()Ljava/lang/String;
            ifnonnull 8
         7: .line 372
            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
         8: .line 374
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.resources.implementation.FeaturesInner.service:Lcom/microsoft/azure/management/resources/implementation/FeaturesInner$FeaturesService;
            aload 1 /* resourceProviderNamespace */
            aload 2 /* featureName */
            aload 0 /* this */
            getfield com.microsoft.azure.management.resources.implementation.FeaturesInner.client:Lcom/microsoft/azure/management/resources/implementation/FeatureClientImpl;
            invokevirtual com.microsoft.azure.management.resources.implementation.FeatureClientImpl.subscriptionId:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.resources.implementation.FeaturesInner.client:Lcom/microsoft/azure/management/resources/implementation/FeatureClientImpl;
            invokevirtual com.microsoft.azure.management.resources.implementation.FeatureClientImpl.apiVersion:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.resources.implementation.FeaturesInner.client:Lcom/microsoft/azure/management/resources/implementation/FeatureClientImpl;
            invokevirtual com.microsoft.azure.management.resources.implementation.FeatureClientImpl.acceptLanguage:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.resources.implementation.FeaturesInner.client:Lcom/microsoft/azure/management/resources/implementation/FeatureClientImpl;
            invokevirtual com.microsoft.azure.management.resources.implementation.FeatureClientImpl.userAgent:()Ljava/lang/String;
            invokeinterface com.microsoft.azure.management.resources.implementation.FeaturesInner$FeaturesService.get:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         9: .line 375
            new com.microsoft.azure.management.resources.implementation.FeaturesInner$14
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.resources.implementation.FeaturesInner$14.<init>:(Lcom/microsoft/azure/management/resources/implementation/FeaturesInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
        10: .line 374
            areturn
        end local 2 // java.lang.String featureName
        end local 1 // java.lang.String resourceProviderNamespace
        end local 0 // com.microsoft.azure.management.resources.implementation.FeaturesInner this
      LocalVariableTable:
        Start  End  Slot                       Name  Signature
            0   11     0                       this  Lcom/microsoft/azure/management/resources/implementation/FeaturesInner;
            0   11     1  resourceProviderNamespace  Ljava/lang/String;
            0   11     2                featureName  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/resources/implementation/FeatureResultInner;>;>;
    MethodParameters:
                           Name  Flags
      resourceProviderNamespace  
      featureName                

  private com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.resources.implementation.FeatureResultInner> 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.resources.implementation.FeaturesInner this
        start local 1 // retrofit2.Response response
         0: .line 389
            aload 0 /* this */
            getfield com.microsoft.azure.management.resources.implementation.FeaturesInner.client:Lcom/microsoft/azure/management/resources/implementation/FeatureClientImpl;
            invokevirtual com.microsoft.azure.management.resources.implementation.FeatureClientImpl.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.resources.implementation.FeaturesInner.client:Lcom/microsoft/azure/management/resources/implementation/FeatureClientImpl;
            invokevirtual com.microsoft.azure.management.resources.implementation.FeatureClientImpl.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 390
            sipush 200
            new com.microsoft.azure.management.resources.implementation.FeaturesInner$15
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.resources.implementation.FeaturesInner$15.<init>:(Lcom/microsoft/azure/management/resources/implementation/FeaturesInner;)V
            invokevirtual com.microsoft.azure.management.resources.implementation.FeaturesInner$15.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         2: .line 391
            ldc Lcom/microsoft/azure/CloudException;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         3: .line 392
            aload 1 /* response */
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
         4: .line 389
            areturn
        end local 1 // retrofit2.Response response
        end local 0 // com.microsoft.azure.management.resources.implementation.FeaturesInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lcom/microsoft/azure/management/resources/implementation/FeaturesInner;
            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/resources/implementation/FeatureResultInner;>;
    MethodParameters:
          Name  Flags
      response  

  public com.microsoft.azure.management.resources.implementation.FeatureResultInner register(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lcom/microsoft/azure/management/resources/implementation/FeatureResultInner;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.microsoft.azure.management.resources.implementation.FeaturesInner this
        start local 1 // java.lang.String resourceProviderNamespace
        start local 2 // java.lang.String featureName
         0: .line 406
            aload 0 /* this */
            aload 1 /* resourceProviderNamespace */
            aload 2 /* featureName */
            invokevirtual com.microsoft.azure.management.resources.implementation.FeaturesInner.registerWithServiceResponseAsync:(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.resources.implementation.FeatureResultInner
            areturn
        end local 2 // java.lang.String featureName
        end local 1 // java.lang.String resourceProviderNamespace
        end local 0 // com.microsoft.azure.management.resources.implementation.FeaturesInner this
      LocalVariableTable:
        Start  End  Slot                       Name  Signature
            0    1     0                       this  Lcom/microsoft/azure/management/resources/implementation/FeaturesInner;
            0    1     1  resourceProviderNamespace  Ljava/lang/String;
            0    1     2                featureName  Ljava/lang/String;
    MethodParameters:
                           Name  Flags
      resourceProviderNamespace  
      featureName                

  public com.microsoft.rest.ServiceFuture<com.microsoft.azure.management.resources.implementation.FeatureResultInner> registerAsync(java.lang.String, java.lang.String, com.microsoft.rest.ServiceCallback<com.microsoft.azure.management.resources.implementation.FeatureResultInner>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // com.microsoft.azure.management.resources.implementation.FeaturesInner this
        start local 1 // java.lang.String resourceProviderNamespace
        start local 2 // java.lang.String featureName
        start local 3 // com.microsoft.rest.ServiceCallback serviceCallback
         0: .line 419
            aload 0 /* this */
            aload 1 /* resourceProviderNamespace */
            aload 2 /* featureName */
            invokevirtual com.microsoft.azure.management.resources.implementation.FeaturesInner.registerWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
            aload 3 /* serviceCallback */
            invokestatic com.microsoft.rest.ServiceFuture.fromResponse:(Lrx/Observable;Lcom/microsoft/rest/ServiceCallback;)Lcom/microsoft/rest/ServiceFuture;
            areturn
        end local 3 // com.microsoft.rest.ServiceCallback serviceCallback
        end local 2 // java.lang.String featureName
        end local 1 // java.lang.String resourceProviderNamespace
        end local 0 // com.microsoft.azure.management.resources.implementation.FeaturesInner this
      LocalVariableTable:
        Start  End  Slot                       Name  Signature
            0    1     0                       this  Lcom/microsoft/azure/management/resources/implementation/FeaturesInner;
            0    1     1  resourceProviderNamespace  Ljava/lang/String;
            0    1     2                featureName  Ljava/lang/String;
            0    1     3            serviceCallback  Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/resources/implementation/FeatureResultInner;>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Lcom/microsoft/rest/ServiceCallback<Lcom/microsoft/azure/management/resources/implementation/FeatureResultInner;>;)Lcom/microsoft/rest/ServiceFuture<Lcom/microsoft/azure/management/resources/implementation/FeatureResultInner;>;
    MethodParameters:
                           Name  Flags
      resourceProviderNamespace  
      featureName                
      serviceCallback            final

  public rx.Observable<com.microsoft.azure.management.resources.implementation.FeatureResultInner> registerAsync(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // com.microsoft.azure.management.resources.implementation.FeaturesInner this
        start local 1 // java.lang.String resourceProviderNamespace
        start local 2 // java.lang.String featureName
         0: .line 431
            aload 0 /* this */
            aload 1 /* resourceProviderNamespace */
            aload 2 /* featureName */
            invokevirtual com.microsoft.azure.management.resources.implementation.FeaturesInner.registerWithServiceResponseAsync:(Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
            new com.microsoft.azure.management.resources.implementation.FeaturesInner$16
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.resources.implementation.FeaturesInner$16.<init>:(Lcom/microsoft/azure/management/resources/implementation/FeaturesInner;)V
            invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
            areturn
        end local 2 // java.lang.String featureName
        end local 1 // java.lang.String resourceProviderNamespace
        end local 0 // com.microsoft.azure.management.resources.implementation.FeaturesInner this
      LocalVariableTable:
        Start  End  Slot                       Name  Signature
            0    1     0                       this  Lcom/microsoft/azure/management/resources/implementation/FeaturesInner;
            0    1     1  resourceProviderNamespace  Ljava/lang/String;
            0    1     2                featureName  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/azure/management/resources/implementation/FeatureResultInner;>;
    MethodParameters:
                           Name  Flags
      resourceProviderNamespace  
      featureName                

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.resources.implementation.FeatureResultInner>> registerWithServiceResponseAsync(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=3, args_size=3
        start local 0 // com.microsoft.azure.management.resources.implementation.FeaturesInner this
        start local 1 // java.lang.String resourceProviderNamespace
        start local 2 // java.lang.String featureName
         0: .line 448
            aload 1 /* resourceProviderNamespace */
            ifnonnull 2
         1: .line 449
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter resourceProviderNamespace is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 451
      StackMap locals:
      StackMap stack:
            aload 2 /* featureName */
            ifnonnull 4
         3: .line 452
            new java.lang.IllegalArgumentException
            dup
            ldc "Parameter featureName is required and cannot be null."
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 454
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.resources.implementation.FeaturesInner.client:Lcom/microsoft/azure/management/resources/implementation/FeatureClientImpl;
            invokevirtual com.microsoft.azure.management.resources.implementation.FeatureClientImpl.subscriptionId:()Ljava/lang/String;
            ifnonnull 6
         5: .line 455
            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
         6: .line 457
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.resources.implementation.FeaturesInner.client:Lcom/microsoft/azure/management/resources/implementation/FeatureClientImpl;
            invokevirtual com.microsoft.azure.management.resources.implementation.FeatureClientImpl.apiVersion:()Ljava/lang/String;
            ifnonnull 8
         7: .line 458
            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
         8: .line 460
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.azure.management.resources.implementation.FeaturesInner.service:Lcom/microsoft/azure/management/resources/implementation/FeaturesInner$FeaturesService;
            aload 1 /* resourceProviderNamespace */
            aload 2 /* featureName */
            aload 0 /* this */
            getfield com.microsoft.azure.management.resources.implementation.FeaturesInner.client:Lcom/microsoft/azure/management/resources/implementation/FeatureClientImpl;
            invokevirtual com.microsoft.azure.management.resources.implementation.FeatureClientImpl.subscriptionId:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.resources.implementation.FeaturesInner.client:Lcom/microsoft/azure/management/resources/implementation/FeatureClientImpl;
            invokevirtual com.microsoft.azure.management.resources.implementation.FeatureClientImpl.apiVersion:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.resources.implementation.FeaturesInner.client:Lcom/microsoft/azure/management/resources/implementation/FeatureClientImpl;
            invokevirtual com.microsoft.azure.management.resources.implementation.FeatureClientImpl.acceptLanguage:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.resources.implementation.FeaturesInner.client:Lcom/microsoft/azure/management/resources/implementation/FeatureClientImpl;
            invokevirtual com.microsoft.azure.management.resources.implementation.FeatureClientImpl.userAgent:()Ljava/lang/String;
            invokeinterface com.microsoft.azure.management.resources.implementation.FeaturesInner$FeaturesService.register:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         9: .line 461
            new com.microsoft.azure.management.resources.implementation.FeaturesInner$17
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.resources.implementation.FeaturesInner$17.<init>:(Lcom/microsoft/azure/management/resources/implementation/FeaturesInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
        10: .line 460
            areturn
        end local 2 // java.lang.String featureName
        end local 1 // java.lang.String resourceProviderNamespace
        end local 0 // com.microsoft.azure.management.resources.implementation.FeaturesInner this
      LocalVariableTable:
        Start  End  Slot                       Name  Signature
            0   11     0                       this  Lcom/microsoft/azure/management/resources/implementation/FeaturesInner;
            0   11     1  resourceProviderNamespace  Ljava/lang/String;
            0   11     2                featureName  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/management/resources/implementation/FeatureResultInner;>;>;
    MethodParameters:
                           Name  Flags
      resourceProviderNamespace  
      featureName                

  private com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.resources.implementation.FeatureResultInner> registerDelegate(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.resources.implementation.FeaturesInner this
        start local 1 // retrofit2.Response response
         0: .line 475
            aload 0 /* this */
            getfield com.microsoft.azure.management.resources.implementation.FeaturesInner.client:Lcom/microsoft/azure/management/resources/implementation/FeatureClientImpl;
            invokevirtual com.microsoft.azure.management.resources.implementation.FeatureClientImpl.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.resources.implementation.FeaturesInner.client:Lcom/microsoft/azure/management/resources/implementation/FeatureClientImpl;
            invokevirtual com.microsoft.azure.management.resources.implementation.FeatureClientImpl.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 476
            sipush 200
            new com.microsoft.azure.management.resources.implementation.FeaturesInner$18
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.resources.implementation.FeaturesInner$18.<init>:(Lcom/microsoft/azure/management/resources/implementation/FeaturesInner;)V
            invokevirtual com.microsoft.azure.management.resources.implementation.FeaturesInner$18.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         2: .line 477
            ldc Lcom/microsoft/azure/CloudException;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         3: .line 478
            aload 1 /* response */
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
         4: .line 475
            areturn
        end local 1 // retrofit2.Response response
        end local 0 // com.microsoft.azure.management.resources.implementation.FeaturesInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lcom/microsoft/azure/management/resources/implementation/FeaturesInner;
            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/resources/implementation/FeatureResultInner;>;
    MethodParameters:
          Name  Flags
      response  

  public com.microsoft.azure.PagedList<com.microsoft.azure.management.resources.implementation.FeatureResultInner> listNext(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.resources.implementation.FeaturesInner this
        start local 1 // java.lang.String nextPageLink
         0: .line 491
            aload 0 /* this */
            aload 1 /* nextPageLink */
            invokevirtual com.microsoft.azure.management.resources.implementation.FeaturesInner.listNextSinglePageAsync:(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 492
            new com.microsoft.azure.management.resources.implementation.FeaturesInner$19
            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.resources.implementation.FeaturesInner$19.<init>:(Lcom/microsoft/azure/management/resources/implementation/FeaturesInner;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.resources.implementation.FeaturesInner this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Lcom/microsoft/azure/management/resources/implementation/FeaturesInner;
            0    2     1  nextPageLink  Ljava/lang/String;
            1    2     2      response  Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/resources/implementation/FeatureResultInner;>;>;
    Signature: (Ljava/lang/String;)Lcom/microsoft/azure/PagedList<Lcom/microsoft/azure/management/resources/implementation/FeatureResultInner;>;
    MethodParameters:
              Name  Flags
      nextPageLink  final

  public com.microsoft.rest.ServiceFuture<java.util.List<com.microsoft.azure.management.resources.implementation.FeatureResultInner>> listNextAsync(java.lang.String, com.microsoft.rest.ServiceFuture<java.util.List<com.microsoft.azure.management.resources.implementation.FeatureResultInner>>, com.microsoft.azure.ListOperationCallback<com.microsoft.azure.management.resources.implementation.FeatureResultInner>);
    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.resources.implementation.FeaturesInner 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 511
            aload 0 /* this */
            aload 1 /* nextPageLink */
            invokevirtual com.microsoft.azure.management.resources.implementation.FeaturesInner.listNextSinglePageAsync:(Ljava/lang/String;)Lrx/Observable;
         1: .line 512
            new com.microsoft.azure.management.resources.implementation.FeaturesInner$20
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.resources.implementation.FeaturesInner$20.<init>:(Lcom/microsoft/azure/management/resources/implementation/FeaturesInner;)V
         2: .line 518
            aload 3 /* serviceCallback */
         3: .line 510
            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.resources.implementation.FeaturesInner this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    4     0             this  Lcom/microsoft/azure/management/resources/implementation/FeaturesInner;
            0    4     1     nextPageLink  Ljava/lang/String;
            0    4     2    serviceFuture  Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/resources/implementation/FeatureResultInner;>;>;
            0    4     3  serviceCallback  Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/resources/implementation/FeatureResultInner;>;
    Signature: (Ljava/lang/String;Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/resources/implementation/FeatureResultInner;>;>;Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/resources/implementation/FeatureResultInner;>;)Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/resources/implementation/FeatureResultInner;>;>;
    MethodParameters:
                 Name  Flags
      nextPageLink     final
      serviceFuture    final
      serviceCallback  final

  public rx.Observable<com.microsoft.azure.Page<com.microsoft.azure.management.resources.implementation.FeatureResultInner>> listNextAsync(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.resources.implementation.FeaturesInner this
        start local 1 // java.lang.String nextPageLink
         0: .line 529
            aload 0 /* this */
            aload 1 /* nextPageLink */
            invokevirtual com.microsoft.azure.management.resources.implementation.FeaturesInner.listNextWithServiceResponseAsync:(Ljava/lang/String;)Lrx/Observable;
         1: .line 530
            new com.microsoft.azure.management.resources.implementation.FeaturesInner$21
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.resources.implementation.FeaturesInner$21.<init>:(Lcom/microsoft/azure/management/resources/implementation/FeaturesInner;)V
            invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
         2: .line 529
            areturn
        end local 1 // java.lang.String nextPageLink
        end local 0 // com.microsoft.azure.management.resources.implementation.FeaturesInner this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    3     0          this  Lcom/microsoft/azure/management/resources/implementation/FeaturesInner;
            0    3     1  nextPageLink  Ljava/lang/String;
    Signature: (Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/resources/implementation/FeatureResultInner;>;>;
    MethodParameters:
              Name  Flags
      nextPageLink  final

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<com.microsoft.azure.management.resources.implementation.FeatureResultInner>>> listNextWithServiceResponseAsync(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.resources.implementation.FeaturesInner this
        start local 1 // java.lang.String nextPageLink
         0: .line 546
            aload 0 /* this */
            aload 1 /* nextPageLink */
            invokevirtual com.microsoft.azure.management.resources.implementation.FeaturesInner.listNextSinglePageAsync:(Ljava/lang/String;)Lrx/Observable;
         1: .line 547
            new com.microsoft.azure.management.resources.implementation.FeaturesInner$22
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.resources.implementation.FeaturesInner$22.<init>:(Lcom/microsoft/azure/management/resources/implementation/FeaturesInner;)V
            invokevirtual rx.Observable.concatMap:(Lrx/functions/Func1;)Lrx/Observable;
         2: .line 546
            areturn
        end local 1 // java.lang.String nextPageLink
        end local 0 // com.microsoft.azure.management.resources.implementation.FeaturesInner this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    3     0          this  Lcom/microsoft/azure/management/resources/implementation/FeaturesInner;
            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/resources/implementation/FeatureResultInner;>;>;>;
    MethodParameters:
              Name  Flags
      nextPageLink  final

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<com.microsoft.azure.management.resources.implementation.FeatureResultInner>>> listNextSinglePageAsync(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.resources.implementation.FeaturesInner this
        start local 1 // java.lang.String nextPageLink
         0: .line 567
            aload 1 /* nextPageLink */
            ifnonnull 2
         1: .line 568
            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 570
      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 571
            aload 0 /* this */
            getfield com.microsoft.azure.management.resources.implementation.FeaturesInner.service:Lcom/microsoft/azure/management/resources/implementation/FeaturesInner$FeaturesService;
            aload 2 /* nextUrl */
            aload 0 /* this */
            getfield com.microsoft.azure.management.resources.implementation.FeaturesInner.client:Lcom/microsoft/azure/management/resources/implementation/FeatureClientImpl;
            invokevirtual com.microsoft.azure.management.resources.implementation.FeatureClientImpl.acceptLanguage:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.resources.implementation.FeaturesInner.client:Lcom/microsoft/azure/management/resources/implementation/FeatureClientImpl;
            invokevirtual com.microsoft.azure.management.resources.implementation.FeatureClientImpl.userAgent:()Ljava/lang/String;
            invokeinterface com.microsoft.azure.management.resources.implementation.FeaturesInner$FeaturesService.listNext:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         4: .line 572
            new com.microsoft.azure.management.resources.implementation.FeaturesInner$23
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.resources.implementation.FeaturesInner$23.<init>:(Lcom/microsoft/azure/management/resources/implementation/FeaturesInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
         5: .line 571
            areturn
        end local 2 // java.lang.String nextUrl
        end local 1 // java.lang.String nextPageLink
        end local 0 // com.microsoft.azure.management.resources.implementation.FeaturesInner this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    6     0          this  Lcom/microsoft/azure/management/resources/implementation/FeaturesInner;
            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/resources/implementation/FeatureResultInner;>;>;>;
    MethodParameters:
              Name  Flags
      nextPageLink  final

  private com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.resources.implementation.PageImpl<com.microsoft.azure.management.resources.implementation.FeatureResultInner>> listNextDelegate(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.resources.implementation.FeaturesInner this
        start local 1 // retrofit2.Response response
         0: .line 586
            aload 0 /* this */
            getfield com.microsoft.azure.management.resources.implementation.FeaturesInner.client:Lcom/microsoft/azure/management/resources/implementation/FeatureClientImpl;
            invokevirtual com.microsoft.azure.management.resources.implementation.FeatureClientImpl.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.resources.implementation.FeaturesInner.client:Lcom/microsoft/azure/management/resources/implementation/FeatureClientImpl;
            invokevirtual com.microsoft.azure.management.resources.implementation.FeatureClientImpl.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 587
            sipush 200
            new com.microsoft.azure.management.resources.implementation.FeaturesInner$24
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.resources.implementation.FeaturesInner$24.<init>:(Lcom/microsoft/azure/management/resources/implementation/FeaturesInner;)V
            invokevirtual com.microsoft.azure.management.resources.implementation.FeaturesInner$24.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         2: .line 588
            ldc Lcom/microsoft/azure/CloudException;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         3: .line 589
            aload 1 /* response */
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
         4: .line 586
            areturn
        end local 1 // retrofit2.Response response
        end local 0 // com.microsoft.azure.management.resources.implementation.FeaturesInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lcom/microsoft/azure/management/resources/implementation/FeaturesInner;
            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/resources/implementation/PageImpl<Lcom/microsoft/azure/management/resources/implementation/FeatureResultInner;>;>;
    MethodParameters:
          Name  Flags
      response  

  public com.microsoft.azure.PagedList<com.microsoft.azure.management.resources.implementation.FeatureResultInner> list1Next(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.resources.implementation.FeaturesInner this
        start local 1 // java.lang.String nextPageLink
         0: .line 602
            aload 0 /* this */
            aload 1 /* nextPageLink */
            invokevirtual com.microsoft.azure.management.resources.implementation.FeaturesInner.list1NextSinglePageAsync:(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 603
            new com.microsoft.azure.management.resources.implementation.FeaturesInner$25
            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.resources.implementation.FeaturesInner$25.<init>:(Lcom/microsoft/azure/management/resources/implementation/FeaturesInner;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.resources.implementation.FeaturesInner this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Lcom/microsoft/azure/management/resources/implementation/FeaturesInner;
            0    2     1  nextPageLink  Ljava/lang/String;
            1    2     2      response  Lcom/microsoft/rest/ServiceResponse<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/resources/implementation/FeatureResultInner;>;>;
    Signature: (Ljava/lang/String;)Lcom/microsoft/azure/PagedList<Lcom/microsoft/azure/management/resources/implementation/FeatureResultInner;>;
    MethodParameters:
              Name  Flags
      nextPageLink  final

  public com.microsoft.rest.ServiceFuture<java.util.List<com.microsoft.azure.management.resources.implementation.FeatureResultInner>> list1NextAsync(java.lang.String, com.microsoft.rest.ServiceFuture<java.util.List<com.microsoft.azure.management.resources.implementation.FeatureResultInner>>, com.microsoft.azure.ListOperationCallback<com.microsoft.azure.management.resources.implementation.FeatureResultInner>);
    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.resources.implementation.FeaturesInner 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 622
            aload 0 /* this */
            aload 1 /* nextPageLink */
            invokevirtual com.microsoft.azure.management.resources.implementation.FeaturesInner.list1NextSinglePageAsync:(Ljava/lang/String;)Lrx/Observable;
         1: .line 623
            new com.microsoft.azure.management.resources.implementation.FeaturesInner$26
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.resources.implementation.FeaturesInner$26.<init>:(Lcom/microsoft/azure/management/resources/implementation/FeaturesInner;)V
         2: .line 629
            aload 3 /* serviceCallback */
         3: .line 621
            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.resources.implementation.FeaturesInner this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    4     0             this  Lcom/microsoft/azure/management/resources/implementation/FeaturesInner;
            0    4     1     nextPageLink  Ljava/lang/String;
            0    4     2    serviceFuture  Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/resources/implementation/FeatureResultInner;>;>;
            0    4     3  serviceCallback  Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/resources/implementation/FeatureResultInner;>;
    Signature: (Ljava/lang/String;Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/resources/implementation/FeatureResultInner;>;>;Lcom/microsoft/azure/ListOperationCallback<Lcom/microsoft/azure/management/resources/implementation/FeatureResultInner;>;)Lcom/microsoft/rest/ServiceFuture<Ljava/util/List<Lcom/microsoft/azure/management/resources/implementation/FeatureResultInner;>;>;
    MethodParameters:
                 Name  Flags
      nextPageLink     final
      serviceFuture    final
      serviceCallback  final

  public rx.Observable<com.microsoft.azure.Page<com.microsoft.azure.management.resources.implementation.FeatureResultInner>> list1NextAsync(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.resources.implementation.FeaturesInner this
        start local 1 // java.lang.String nextPageLink
         0: .line 640
            aload 0 /* this */
            aload 1 /* nextPageLink */
            invokevirtual com.microsoft.azure.management.resources.implementation.FeaturesInner.list1NextWithServiceResponseAsync:(Ljava/lang/String;)Lrx/Observable;
         1: .line 641
            new com.microsoft.azure.management.resources.implementation.FeaturesInner$27
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.resources.implementation.FeaturesInner$27.<init>:(Lcom/microsoft/azure/management/resources/implementation/FeaturesInner;)V
            invokevirtual rx.Observable.map:(Lrx/functions/Func1;)Lrx/Observable;
         2: .line 640
            areturn
        end local 1 // java.lang.String nextPageLink
        end local 0 // com.microsoft.azure.management.resources.implementation.FeaturesInner this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    3     0          this  Lcom/microsoft/azure/management/resources/implementation/FeaturesInner;
            0    3     1  nextPageLink  Ljava/lang/String;
    Signature: (Ljava/lang/String;)Lrx/Observable<Lcom/microsoft/azure/Page<Lcom/microsoft/azure/management/resources/implementation/FeatureResultInner;>;>;
    MethodParameters:
              Name  Flags
      nextPageLink  final

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<com.microsoft.azure.management.resources.implementation.FeatureResultInner>>> list1NextWithServiceResponseAsync(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.resources.implementation.FeaturesInner this
        start local 1 // java.lang.String nextPageLink
         0: .line 657
            aload 0 /* this */
            aload 1 /* nextPageLink */
            invokevirtual com.microsoft.azure.management.resources.implementation.FeaturesInner.list1NextSinglePageAsync:(Ljava/lang/String;)Lrx/Observable;
         1: .line 658
            new com.microsoft.azure.management.resources.implementation.FeaturesInner$28
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.resources.implementation.FeaturesInner$28.<init>:(Lcom/microsoft/azure/management/resources/implementation/FeaturesInner;)V
            invokevirtual rx.Observable.concatMap:(Lrx/functions/Func1;)Lrx/Observable;
         2: .line 657
            areturn
        end local 1 // java.lang.String nextPageLink
        end local 0 // com.microsoft.azure.management.resources.implementation.FeaturesInner this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    3     0          this  Lcom/microsoft/azure/management/resources/implementation/FeaturesInner;
            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/resources/implementation/FeatureResultInner;>;>;>;
    MethodParameters:
              Name  Flags
      nextPageLink  final

  public rx.Observable<com.microsoft.rest.ServiceResponse<com.microsoft.azure.Page<com.microsoft.azure.management.resources.implementation.FeatureResultInner>>> list1NextSinglePageAsync(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.resources.implementation.FeaturesInner this
        start local 1 // java.lang.String nextPageLink
         0: .line 678
            aload 1 /* nextPageLink */
            ifnonnull 2
         1: .line 679
            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 681
      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 682
            aload 0 /* this */
            getfield com.microsoft.azure.management.resources.implementation.FeaturesInner.service:Lcom/microsoft/azure/management/resources/implementation/FeaturesInner$FeaturesService;
            aload 2 /* nextUrl */
            aload 0 /* this */
            getfield com.microsoft.azure.management.resources.implementation.FeaturesInner.client:Lcom/microsoft/azure/management/resources/implementation/FeatureClientImpl;
            invokevirtual com.microsoft.azure.management.resources.implementation.FeatureClientImpl.acceptLanguage:()Ljava/lang/String;
            aload 0 /* this */
            getfield com.microsoft.azure.management.resources.implementation.FeaturesInner.client:Lcom/microsoft/azure/management/resources/implementation/FeatureClientImpl;
            invokevirtual com.microsoft.azure.management.resources.implementation.FeatureClientImpl.userAgent:()Ljava/lang/String;
            invokeinterface com.microsoft.azure.management.resources.implementation.FeaturesInner$FeaturesService.list1Next:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lrx/Observable;
         4: .line 683
            new com.microsoft.azure.management.resources.implementation.FeaturesInner$29
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.resources.implementation.FeaturesInner$29.<init>:(Lcom/microsoft/azure/management/resources/implementation/FeaturesInner;)V
            invokevirtual rx.Observable.flatMap:(Lrx/functions/Func1;)Lrx/Observable;
         5: .line 682
            areturn
        end local 2 // java.lang.String nextUrl
        end local 1 // java.lang.String nextPageLink
        end local 0 // com.microsoft.azure.management.resources.implementation.FeaturesInner this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    6     0          this  Lcom/microsoft/azure/management/resources/implementation/FeaturesInner;
            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/resources/implementation/FeatureResultInner;>;>;>;
    MethodParameters:
              Name  Flags
      nextPageLink  final

  private com.microsoft.rest.ServiceResponse<com.microsoft.azure.management.resources.implementation.PageImpl<com.microsoft.azure.management.resources.implementation.FeatureResultInner>> list1NextDelegate(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.resources.implementation.FeaturesInner this
        start local 1 // retrofit2.Response response
         0: .line 697
            aload 0 /* this */
            getfield com.microsoft.azure.management.resources.implementation.FeaturesInner.client:Lcom/microsoft/azure/management/resources/implementation/FeatureClientImpl;
            invokevirtual com.microsoft.azure.management.resources.implementation.FeatureClientImpl.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.resources.implementation.FeaturesInner.client:Lcom/microsoft/azure/management/resources/implementation/FeatureClientImpl;
            invokevirtual com.microsoft.azure.management.resources.implementation.FeatureClientImpl.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 698
            sipush 200
            new com.microsoft.azure.management.resources.implementation.FeaturesInner$30
            dup
            aload 0 /* this */
            invokespecial com.microsoft.azure.management.resources.implementation.FeaturesInner$30.<init>:(Lcom/microsoft/azure/management/resources/implementation/FeaturesInner;)V
            invokevirtual com.microsoft.azure.management.resources.implementation.FeaturesInner$30.getType:()Ljava/lang/reflect/Type;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.register:(ILjava/lang/reflect/Type;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         2: .line 699
            ldc Lcom/microsoft/azure/CloudException;
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.registerError:(Ljava/lang/Class;)Lcom/microsoft/rest/protocol/ResponseBuilder;
         3: .line 700
            aload 1 /* response */
            invokeinterface com.microsoft.rest.protocol.ResponseBuilder.build:(Lretrofit2/Response;)Lcom/microsoft/rest/ServiceResponse;
         4: .line 697
            areturn
        end local 1 // retrofit2.Response response
        end local 0 // com.microsoft.azure.management.resources.implementation.FeaturesInner this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lcom/microsoft/azure/management/resources/implementation/FeaturesInner;
            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/resources/implementation/PageImpl<Lcom/microsoft/azure/management/resources/implementation/FeatureResultInner;>;>;
    MethodParameters:
          Name  Flags
      response  
}
SourceFile: "FeaturesInner.java"
NestMembers:
  com.microsoft.azure.management.resources.implementation.FeaturesInner$1  com.microsoft.azure.management.resources.implementation.FeaturesInner$10  com.microsoft.azure.management.resources.implementation.FeaturesInner$11  com.microsoft.azure.management.resources.implementation.FeaturesInner$12  com.microsoft.azure.management.resources.implementation.FeaturesInner$13  com.microsoft.azure.management.resources.implementation.FeaturesInner$14  com.microsoft.azure.management.resources.implementation.FeaturesInner$15  com.microsoft.azure.management.resources.implementation.FeaturesInner$16  com.microsoft.azure.management.resources.implementation.FeaturesInner$17  com.microsoft.azure.management.resources.implementation.FeaturesInner$18  com.microsoft.azure.management.resources.implementation.FeaturesInner$19  com.microsoft.azure.management.resources.implementation.FeaturesInner$2  com.microsoft.azure.management.resources.implementation.FeaturesInner$20  com.microsoft.azure.management.resources.implementation.FeaturesInner$21  com.microsoft.azure.management.resources.implementation.FeaturesInner$22  com.microsoft.azure.management.resources.implementation.FeaturesInner$23  com.microsoft.azure.management.resources.implementation.FeaturesInner$24  com.microsoft.azure.management.resources.implementation.FeaturesInner$25  com.microsoft.azure.management.resources.implementation.FeaturesInner$26  com.microsoft.azure.management.resources.implementation.FeaturesInner$27  com.microsoft.azure.management.resources.implementation.FeaturesInner$28  com.microsoft.azure.management.resources.implementation.FeaturesInner$29  com.microsoft.azure.management.resources.implementation.FeaturesInner$3  com.microsoft.azure.management.resources.implementation.FeaturesInner$30  com.microsoft.azure.management.resources.implementation.FeaturesInner$4  com.microsoft.azure.management.resources.implementation.FeaturesInner$5  com.microsoft.azure.management.resources.implementation.FeaturesInner$6  com.microsoft.azure.management.resources.implementation.FeaturesInner$7  com.microsoft.azure.management.resources.implementation.FeaturesInner$8  com.microsoft.azure.management.resources.implementation.FeaturesInner$9  com.microsoft.azure.management.resources.implementation.FeaturesInner$FeaturesService
InnerClasses:
  com.microsoft.azure.management.resources.implementation.FeaturesInner$1
  com.microsoft.azure.management.resources.implementation.FeaturesInner$10
  com.microsoft.azure.management.resources.implementation.FeaturesInner$11
  com.microsoft.azure.management.resources.implementation.FeaturesInner$12
  com.microsoft.azure.management.resources.implementation.FeaturesInner$13
  com.microsoft.azure.management.resources.implementation.FeaturesInner$14
  com.microsoft.azure.management.resources.implementation.FeaturesInner$15
  com.microsoft.azure.management.resources.implementation.FeaturesInner$16
  com.microsoft.azure.management.resources.implementation.FeaturesInner$17
  com.microsoft.azure.management.resources.implementation.FeaturesInner$18
  com.microsoft.azure.management.resources.implementation.FeaturesInner$19
  com.microsoft.azure.management.resources.implementation.FeaturesInner$2
  com.microsoft.azure.management.resources.implementation.FeaturesInner$20
  com.microsoft.azure.management.resources.implementation.FeaturesInner$21
  com.microsoft.azure.management.resources.implementation.FeaturesInner$22
  com.microsoft.azure.management.resources.implementation.FeaturesInner$23
  com.microsoft.azure.management.resources.implementation.FeaturesInner$24
  com.microsoft.azure.management.resources.implementation.FeaturesInner$25
  com.microsoft.azure.management.resources.implementation.FeaturesInner$26
  com.microsoft.azure.management.resources.implementation.FeaturesInner$27
  com.microsoft.azure.management.resources.implementation.FeaturesInner$28
  com.microsoft.azure.management.resources.implementation.FeaturesInner$29
  com.microsoft.azure.management.resources.implementation.FeaturesInner$3
  com.microsoft.azure.management.resources.implementation.FeaturesInner$30
  com.microsoft.azure.management.resources.implementation.FeaturesInner$4
  com.microsoft.azure.management.resources.implementation.FeaturesInner$5
  com.microsoft.azure.management.resources.implementation.FeaturesInner$6
  com.microsoft.azure.management.resources.implementation.FeaturesInner$7
  com.microsoft.azure.management.resources.implementation.FeaturesInner$8
  com.microsoft.azure.management.resources.implementation.FeaturesInner$9
  abstract FeaturesService = com.microsoft.azure.management.resources.implementation.FeaturesInner$FeaturesService of com.microsoft.azure.management.resources.implementation.FeaturesInner
  public abstract Factory = com.microsoft.rest.protocol.ResponseBuilder$Factory of com.microsoft.rest.protocol.ResponseBuilder