class com.microsoft.azure.management.resources.fluentcore.utils.PagedListConverter$1 extends com.microsoft.azure.PagedList<V>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.microsoft.azure.management.resources.fluentcore.utils.PagedListConverter$1
  super_class: com.microsoft.azure.PagedList
{
  final com.microsoft.azure.management.resources.fluentcore.utils.PagedListConverter this$0;
    descriptor: Lcom/microsoft/azure/management/resources/fluentcore/utils/PagedListConverter;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(com.microsoft.azure.management.resources.fluentcore.utils.PagedListConverter);
    descriptor: (Lcom/microsoft/azure/management/resources/fluentcore/utils/PagedListConverter;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.resources.fluentcore.utils.PagedListConverter$1 this
         0: .line 55
            aload 0 /* this */
            aload 1
            putfield com.microsoft.azure.management.resources.fluentcore.utils.PagedListConverter$1.this$0:Lcom/microsoft/azure/management/resources/fluentcore/utils/PagedListConverter;
            aload 0 /* this */
            invokespecial com.microsoft.azure.PagedList.<init>:()V
            return
        end local 0 // com.microsoft.azure.management.resources.fluentcore.utils.PagedListConverter$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/resources/fluentcore/utils/PagedListConverter$1;
    MethodParameters:
        Name  Flags
      this$0  final

  public com.microsoft.azure.Page<V> nextPage(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/Page;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.resources.fluentcore.utils.PagedListConverter$1 this
        start local 1 // java.lang.String s
         0: .line 58
            aconst_null
            areturn
        end local 1 // java.lang.String s
        end local 0 // com.microsoft.azure.management.resources.fluentcore.utils.PagedListConverter$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/resources/fluentcore/utils/PagedListConverter$1;
            0    1     1     s  Ljava/lang/String;
    Exceptions:
      throws com.microsoft.rest.RestException, java.io.IOException
    Signature: (Ljava/lang/String;)Lcom/microsoft/azure/Page<TV;>;
    MethodParameters:
      Name  Flags
      s     
}
Signature: Lcom/microsoft/azure/PagedList<TV;>;
SourceFile: "PagedListConverter.java"
EnclosingMethod: com.microsoft.azure.management.resources.fluentcore.utils.PagedListConverter.convert:(Lcom/microsoft/azure/PagedList;)Lcom/microsoft/azure/PagedList;
NestHost: com.microsoft.azure.management.resources.fluentcore.utils.PagedListConverter
InnerClasses:
  com.microsoft.azure.management.resources.fluentcore.utils.PagedListConverter$1