public class com.microsoft.azure.management.graphrbac.implementation.RoleAssignmentHelper
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.microsoft.azure.management.graphrbac.implementation.RoleAssignmentHelper
  super_class: java.lang.Object
{
  private static final java.lang.String CURRENT_RESOURCE_GROUP_SCOPE;
    descriptor: Ljava/lang/String;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: "CURRENT_RESOURCE_GROUP"

  private final com.microsoft.azure.management.graphrbac.implementation.GraphRbacManager rbacManager;
    descriptor: Lcom/microsoft/azure/management/graphrbac/implementation/GraphRbacManager;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final com.microsoft.azure.management.graphrbac.implementation.RoleAssignmentHelper$IdProvider idProvider;
    descriptor: Lcom/microsoft/azure/management/graphrbac/implementation/RoleAssignmentHelper$IdProvider;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final com.microsoft.azure.management.resources.fluentcore.dag.TaskGroup preRunTaskGroup;
    descriptor: Lcom/microsoft/azure/management/resources/fluentcore/dag/TaskGroup;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(com.microsoft.azure.management.graphrbac.implementation.GraphRbacManager, com.microsoft.azure.management.resources.fluentcore.dag.TaskGroup, com.microsoft.azure.management.graphrbac.implementation.RoleAssignmentHelper$IdProvider);
    descriptor: (Lcom/microsoft/azure/management/graphrbac/implementation/GraphRbacManager;Lcom/microsoft/azure/management/resources/fluentcore/dag/TaskGroup;Lcom/microsoft/azure/management/graphrbac/implementation/RoleAssignmentHelper$IdProvider;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // com.microsoft.azure.management.graphrbac.implementation.RoleAssignmentHelper this
        start local 1 // com.microsoft.azure.management.graphrbac.implementation.GraphRbacManager rbacManager
        start local 2 // com.microsoft.azure.management.resources.fluentcore.dag.TaskGroup taskGroup
        start local 3 // com.microsoft.azure.management.graphrbac.implementation.RoleAssignmentHelper$IdProvider idProvider
         0: .line 59
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 62
            aload 0 /* this */
            aload 1 /* rbacManager */
            invokestatic java.util.Objects.requireNonNull:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast com.microsoft.azure.management.graphrbac.implementation.GraphRbacManager
            putfield com.microsoft.azure.management.graphrbac.implementation.RoleAssignmentHelper.rbacManager:Lcom/microsoft/azure/management/graphrbac/implementation/GraphRbacManager;
         2: .line 63
            aload 0 /* this */
            aload 3 /* idProvider */
            invokestatic java.util.Objects.requireNonNull:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast com.microsoft.azure.management.graphrbac.implementation.RoleAssignmentHelper$IdProvider
            putfield com.microsoft.azure.management.graphrbac.implementation.RoleAssignmentHelper.idProvider:Lcom/microsoft/azure/management/graphrbac/implementation/RoleAssignmentHelper$IdProvider;
         3: .line 64
            aload 0 /* this */
            aload 2 /* taskGroup */
            invokestatic java.util.Objects.requireNonNull:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast com.microsoft.azure.management.resources.fluentcore.dag.TaskGroup
            putfield com.microsoft.azure.management.graphrbac.implementation.RoleAssignmentHelper.preRunTaskGroup:Lcom/microsoft/azure/management/resources/fluentcore/dag/TaskGroup;
         4: .line 65
            return
        end local 3 // com.microsoft.azure.management.graphrbac.implementation.RoleAssignmentHelper$IdProvider idProvider
        end local 2 // com.microsoft.azure.management.resources.fluentcore.dag.TaskGroup taskGroup
        end local 1 // com.microsoft.azure.management.graphrbac.implementation.GraphRbacManager rbacManager
        end local 0 // com.microsoft.azure.management.graphrbac.implementation.RoleAssignmentHelper this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    5     0         this  Lcom/microsoft/azure/management/graphrbac/implementation/RoleAssignmentHelper;
            0    5     1  rbacManager  Lcom/microsoft/azure/management/graphrbac/implementation/GraphRbacManager;
            0    5     2    taskGroup  Lcom/microsoft/azure/management/resources/fluentcore/dag/TaskGroup;
            0    5     3   idProvider  Lcom/microsoft/azure/management/graphrbac/implementation/RoleAssignmentHelper$IdProvider;
    MethodParameters:
             Name  Flags
      rbacManager  final
      taskGroup    
      idProvider   

  public com.microsoft.azure.management.graphrbac.implementation.RoleAssignmentHelper withAccessToCurrentResourceGroup(com.microsoft.azure.management.graphrbac.BuiltInRole);
    descriptor: (Lcom/microsoft/azure/management/graphrbac/BuiltInRole;)Lcom/microsoft/azure/management/graphrbac/implementation/RoleAssignmentHelper;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.graphrbac.implementation.RoleAssignmentHelper this
        start local 1 // com.microsoft.azure.management.graphrbac.BuiltInRole asRole
         0: .line 76
            aload 0 /* this */
            ldc "CURRENT_RESOURCE_GROUP"
            aload 1 /* asRole */
            invokevirtual com.microsoft.azure.management.graphrbac.implementation.RoleAssignmentHelper.withAccessTo:(Ljava/lang/String;Lcom/microsoft/azure/management/graphrbac/BuiltInRole;)Lcom/microsoft/azure/management/graphrbac/implementation/RoleAssignmentHelper;
            areturn
        end local 1 // com.microsoft.azure.management.graphrbac.BuiltInRole asRole
        end local 0 // com.microsoft.azure.management.graphrbac.implementation.RoleAssignmentHelper this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lcom/microsoft/azure/management/graphrbac/implementation/RoleAssignmentHelper;
            0    1     1  asRole  Lcom/microsoft/azure/management/graphrbac/BuiltInRole;
    MethodParameters:
        Name  Flags
      asRole  

  public com.microsoft.azure.management.graphrbac.implementation.RoleAssignmentHelper withAccessTo(java.lang.String, com.microsoft.azure.management.graphrbac.BuiltInRole);
    descriptor: (Ljava/lang/String;Lcom/microsoft/azure/management/graphrbac/BuiltInRole;)Lcom/microsoft/azure/management/graphrbac/implementation/RoleAssignmentHelper;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=3
        start local 0 // com.microsoft.azure.management.graphrbac.implementation.RoleAssignmentHelper this
        start local 1 // java.lang.String scope
        start local 2 // com.microsoft.azure.management.graphrbac.BuiltInRole asRole
         0: .line 89
            new com.microsoft.azure.management.graphrbac.implementation.RoleAssignmentHelper$1
            dup
            aload 0 /* this */
            aload 1 /* scope */
            aload 2 /* asRole */
            invokespecial com.microsoft.azure.management.graphrbac.implementation.RoleAssignmentHelper$1.<init>:(Lcom/microsoft/azure/management/graphrbac/implementation/RoleAssignmentHelper;Ljava/lang/String;Lcom/microsoft/azure/management/graphrbac/BuiltInRole;)V
            astore 3 /* creator */
        start local 3 // com.microsoft.azure.management.resources.fluentcore.dag.FunctionalTaskItem creator
         1: .line 122
            aload 0 /* this */
            getfield com.microsoft.azure.management.graphrbac.implementation.RoleAssignmentHelper.preRunTaskGroup:Lcom/microsoft/azure/management/resources/fluentcore/dag/TaskGroup;
            aload 3 /* creator */
            invokevirtual com.microsoft.azure.management.resources.fluentcore.dag.TaskGroup.addPostRunDependent:(Lcom/microsoft/azure/management/resources/fluentcore/dag/FunctionalTaskItem;)Ljava/lang/String;
            pop
         2: .line 123
            aload 0 /* this */
            areturn
        end local 3 // com.microsoft.azure.management.resources.fluentcore.dag.FunctionalTaskItem creator
        end local 2 // com.microsoft.azure.management.graphrbac.BuiltInRole asRole
        end local 1 // java.lang.String scope
        end local 0 // com.microsoft.azure.management.graphrbac.implementation.RoleAssignmentHelper this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lcom/microsoft/azure/management/graphrbac/implementation/RoleAssignmentHelper;
            0    3     1    scope  Ljava/lang/String;
            0    3     2   asRole  Lcom/microsoft/azure/management/graphrbac/BuiltInRole;
            1    3     3  creator  Lcom/microsoft/azure/management/resources/fluentcore/dag/FunctionalTaskItem;
    MethodParameters:
        Name  Flags
      scope   final
      asRole  final

  public com.microsoft.azure.management.graphrbac.implementation.RoleAssignmentHelper withAccessToCurrentResourceGroup(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/graphrbac/implementation/RoleAssignmentHelper;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.graphrbac.implementation.RoleAssignmentHelper this
        start local 1 // java.lang.String roleDefinitionId
         0: .line 135
            aload 0 /* this */
            ldc "CURRENT_RESOURCE_GROUP"
            aload 1 /* roleDefinitionId */
            invokevirtual com.microsoft.azure.management.graphrbac.implementation.RoleAssignmentHelper.withAccessTo:(Ljava/lang/String;Ljava/lang/String;)Lcom/microsoft/azure/management/graphrbac/implementation/RoleAssignmentHelper;
            areturn
        end local 1 // java.lang.String roleDefinitionId
        end local 0 // com.microsoft.azure.management.graphrbac.implementation.RoleAssignmentHelper this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    1     0              this  Lcom/microsoft/azure/management/graphrbac/implementation/RoleAssignmentHelper;
            0    1     1  roleDefinitionId  Ljava/lang/String;
    MethodParameters:
                  Name  Flags
      roleDefinitionId  

  public com.microsoft.azure.management.graphrbac.implementation.RoleAssignmentHelper withAccessTo(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lcom/microsoft/azure/management/graphrbac/implementation/RoleAssignmentHelper;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=3
        start local 0 // com.microsoft.azure.management.graphrbac.implementation.RoleAssignmentHelper this
        start local 1 // java.lang.String scope
        start local 2 // java.lang.String roleDefinitionId
         0: .line 148
            new com.microsoft.azure.management.graphrbac.implementation.RoleAssignmentHelper$2
            dup
            aload 0 /* this */
            aload 1 /* scope */
            aload 2 /* roleDefinitionId */
            invokespecial com.microsoft.azure.management.graphrbac.implementation.RoleAssignmentHelper$2.<init>:(Lcom/microsoft/azure/management/graphrbac/implementation/RoleAssignmentHelper;Ljava/lang/String;Ljava/lang/String;)V
            astore 3 /* creator */
        start local 3 // com.microsoft.azure.management.resources.fluentcore.dag.FunctionalTaskItem creator
         1: .line 181
            aload 0 /* this */
            getfield com.microsoft.azure.management.graphrbac.implementation.RoleAssignmentHelper.preRunTaskGroup:Lcom/microsoft/azure/management/resources/fluentcore/dag/TaskGroup;
            aload 3 /* creator */
            invokevirtual com.microsoft.azure.management.resources.fluentcore.dag.TaskGroup.addPostRunDependent:(Lcom/microsoft/azure/management/resources/fluentcore/dag/FunctionalTaskItem;)Ljava/lang/String;
            pop
         2: .line 182
            aload 0 /* this */
            areturn
        end local 3 // com.microsoft.azure.management.resources.fluentcore.dag.FunctionalTaskItem creator
        end local 2 // java.lang.String roleDefinitionId
        end local 1 // java.lang.String scope
        end local 0 // com.microsoft.azure.management.graphrbac.implementation.RoleAssignmentHelper this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    3     0              this  Lcom/microsoft/azure/management/graphrbac/implementation/RoleAssignmentHelper;
            0    3     1             scope  Ljava/lang/String;
            0    3     2  roleDefinitionId  Ljava/lang/String;
            1    3     3           creator  Lcom/microsoft/azure/management/resources/fluentcore/dag/FunctionalTaskItem;
    MethodParameters:
                  Name  Flags
      scope             final
      roleDefinitionId  final

  public com.microsoft.azure.management.graphrbac.implementation.RoleAssignmentHelper withoutAccessTo(com.microsoft.azure.management.graphrbac.RoleAssignment);
    descriptor: (Lcom/microsoft/azure/management/graphrbac/RoleAssignment;)Lcom/microsoft/azure/management/graphrbac/implementation/RoleAssignmentHelper;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=2
        start local 0 // com.microsoft.azure.management.graphrbac.implementation.RoleAssignmentHelper this
        start local 1 // com.microsoft.azure.management.graphrbac.RoleAssignment roleAssignment
         0: .line 192
            aload 1 /* roleAssignment */
            invokeinterface com.microsoft.azure.management.graphrbac.RoleAssignment.principalId:()Ljava/lang/String;
            astore 2 /* principalId */
        start local 2 // java.lang.String principalId
         1: .line 193
            aload 2 /* principalId */
            ifnull 2
            aload 2 /* principalId */
            aload 0 /* this */
            getfield com.microsoft.azure.management.graphrbac.implementation.RoleAssignmentHelper.idProvider:Lcom/microsoft/azure/management/graphrbac/implementation/RoleAssignmentHelper$IdProvider;
            invokeinterface com.microsoft.azure.management.graphrbac.implementation.RoleAssignmentHelper$IdProvider.principalId:()Ljava/lang/String;
            invokevirtual java.lang.String.equalsIgnoreCase:(Ljava/lang/String;)Z
            ifne 3
         2: .line 194
      StackMap locals: java.lang.String
      StackMap stack:
            aload 0 /* this */
            areturn
         3: .line 196
      StackMap locals:
      StackMap stack:
            new com.microsoft.azure.management.graphrbac.implementation.RoleAssignmentHelper$3
            dup
            aload 0 /* this */
            aload 1 /* roleAssignment */
            invokespecial com.microsoft.azure.management.graphrbac.implementation.RoleAssignmentHelper$3.<init>:(Lcom/microsoft/azure/management/graphrbac/implementation/RoleAssignmentHelper;Lcom/microsoft/azure/management/graphrbac/RoleAssignment;)V
            astore 3 /* remover */
        start local 3 // com.microsoft.azure.management.resources.fluentcore.dag.FunctionalTaskItem remover
         4: .line 206
            aload 0 /* this */
            getfield com.microsoft.azure.management.graphrbac.implementation.RoleAssignmentHelper.preRunTaskGroup:Lcom/microsoft/azure/management/resources/fluentcore/dag/TaskGroup;
            aload 3 /* remover */
            invokevirtual com.microsoft.azure.management.resources.fluentcore.dag.TaskGroup.addPostRunDependent:(Lcom/microsoft/azure/management/resources/fluentcore/dag/FunctionalTaskItem;)Ljava/lang/String;
            pop
         5: .line 207
            aload 0 /* this */
            areturn
        end local 3 // com.microsoft.azure.management.resources.fluentcore.dag.FunctionalTaskItem remover
        end local 2 // java.lang.String principalId
        end local 1 // com.microsoft.azure.management.graphrbac.RoleAssignment roleAssignment
        end local 0 // com.microsoft.azure.management.graphrbac.implementation.RoleAssignmentHelper this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    6     0            this  Lcom/microsoft/azure/management/graphrbac/implementation/RoleAssignmentHelper;
            0    6     1  roleAssignment  Lcom/microsoft/azure/management/graphrbac/RoleAssignment;
            1    6     2     principalId  Ljava/lang/String;
            4    6     3         remover  Lcom/microsoft/azure/management/resources/fluentcore/dag/FunctionalTaskItem;
    MethodParameters:
                Name  Flags
      roleAssignment  final

  public com.microsoft.azure.management.graphrbac.implementation.RoleAssignmentHelper withoutAccessTo(java.lang.String, com.microsoft.azure.management.graphrbac.BuiltInRole);
    descriptor: (Ljava/lang/String;Lcom/microsoft/azure/management/graphrbac/BuiltInRole;)Lcom/microsoft/azure/management/graphrbac/implementation/RoleAssignmentHelper;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=3
        start local 0 // com.microsoft.azure.management.graphrbac.implementation.RoleAssignmentHelper this
        start local 1 // java.lang.String scope
        start local 2 // com.microsoft.azure.management.graphrbac.BuiltInRole asRole
         0: .line 218
            new com.microsoft.azure.management.graphrbac.implementation.RoleAssignmentHelper$4
            dup
            aload 0 /* this */
            aload 1 /* scope */
            aload 2 /* asRole */
            invokespecial com.microsoft.azure.management.graphrbac.implementation.RoleAssignmentHelper$4.<init>:(Lcom/microsoft/azure/management/graphrbac/implementation/RoleAssignmentHelper;Ljava/lang/String;Lcom/microsoft/azure/management/graphrbac/BuiltInRole;)V
            astore 3 /* remover */
        start local 3 // com.microsoft.azure.management.resources.fluentcore.dag.FunctionalTaskItem remover
         1: .line 256
            aload 0 /* this */
            getfield com.microsoft.azure.management.graphrbac.implementation.RoleAssignmentHelper.preRunTaskGroup:Lcom/microsoft/azure/management/resources/fluentcore/dag/TaskGroup;
            aload 3 /* remover */
            invokevirtual com.microsoft.azure.management.resources.fluentcore.dag.TaskGroup.addPostRunDependent:(Lcom/microsoft/azure/management/resources/fluentcore/dag/FunctionalTaskItem;)Ljava/lang/String;
            pop
         2: .line 257
            aload 0 /* this */
            areturn
        end local 3 // com.microsoft.azure.management.resources.fluentcore.dag.FunctionalTaskItem remover
        end local 2 // com.microsoft.azure.management.graphrbac.BuiltInRole asRole
        end local 1 // java.lang.String scope
        end local 0 // com.microsoft.azure.management.graphrbac.implementation.RoleAssignmentHelper this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lcom/microsoft/azure/management/graphrbac/implementation/RoleAssignmentHelper;
            0    3     1    scope  Ljava/lang/String;
            0    3     2   asRole  Lcom/microsoft/azure/management/graphrbac/BuiltInRole;
            1    3     3  remover  Lcom/microsoft/azure/management/resources/fluentcore/dag/FunctionalTaskItem;
    MethodParameters:
        Name  Flags
      scope   final
      asRole  final

  private static java.lang.String resourceGroupId(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/lang/String;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=2, locals=3, args_size=1
        start local 0 // java.lang.String id
         0: .line 268
            aload 0 /* id */
            invokestatic com.microsoft.azure.management.resources.fluentcore.arm.ResourceId.fromString:(Ljava/lang/String;)Lcom/microsoft/azure/management/resources/fluentcore/arm/ResourceId;
            astore 1 /* resourceId */
        start local 1 // com.microsoft.azure.management.resources.fluentcore.arm.ResourceId resourceId
         1: .line 269
            new java.lang.StringBuilder
            dup
            invokespecial java.lang.StringBuilder.<init>:()V
            astore 2 /* builder */
        start local 2 // java.lang.StringBuilder builder
         2: .line 270
            aload 2 /* builder */
            ldc "/subscriptions/"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
         3: .line 271
            aload 1 /* resourceId */
            invokevirtual com.microsoft.azure.management.resources.fluentcore.arm.ResourceId.subscriptionId:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
         4: .line 272
            ldc "/resourceGroups/"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
         5: .line 273
            aload 1 /* resourceId */
            invokevirtual com.microsoft.azure.management.resources.fluentcore.arm.ResourceId.resourceGroupName:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
         6: .line 274
            aload 2 /* builder */
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 2 // java.lang.StringBuilder builder
        end local 1 // com.microsoft.azure.management.resources.fluentcore.arm.ResourceId resourceId
        end local 0 // java.lang.String id
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    7     0          id  Ljava/lang/String;
            1    7     1  resourceId  Lcom/microsoft/azure/management/resources/fluentcore/arm/ResourceId;
            2    7     2     builder  Ljava/lang/StringBuilder;
    MethodParameters:
      Name  Flags
      id    

  private static boolean isRoleAssignmentExists(java.lang.Throwable);
    descriptor: (Ljava/lang/Throwable;)Z
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // java.lang.Throwable throwable
         0: .line 284
            aload 0 /* throwable */
            instanceof com.microsoft.azure.CloudException
            ifeq 6
         1: .line 285
            aload 0 /* throwable */
            checkcast com.microsoft.azure.CloudException
            astore 1 /* exception */
        start local 1 // com.microsoft.azure.CloudException exception
         2: .line 286
            aload 1 /* exception */
            invokevirtual com.microsoft.azure.CloudException.body:()Lcom/microsoft/azure/CloudError;
            ifnull 6
         3: .line 287
            aload 1 /* exception */
            invokevirtual com.microsoft.azure.CloudException.body:()Lcom/microsoft/azure/CloudError;
            invokevirtual com.microsoft.azure.CloudError.code:()Ljava/lang/String;
            ifnull 6
         4: .line 288
            aload 1 /* exception */
            invokevirtual com.microsoft.azure.CloudException.body:()Lcom/microsoft/azure/CloudError;
            invokevirtual com.microsoft.azure.CloudError.code:()Ljava/lang/String;
            ldc "RoleAssignmentExists"
            invokevirtual java.lang.String.equalsIgnoreCase:(Ljava/lang/String;)Z
            ifeq 6
         5: .line 289
            iconst_1
            ireturn
        end local 1 // com.microsoft.azure.CloudException exception
         6: .line 292
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 0 // java.lang.Throwable throwable
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    7     0  throwable  Ljava/lang/Throwable;
            2    6     1  exception  Lcom/microsoft/azure/CloudException;
    MethodParameters:
           Name  Flags
      throwable  
}
SourceFile: "RoleAssignmentHelper.java"
NestMembers:
  com.microsoft.azure.management.graphrbac.implementation.RoleAssignmentHelper$1  com.microsoft.azure.management.graphrbac.implementation.RoleAssignmentHelper$1$1  com.microsoft.azure.management.graphrbac.implementation.RoleAssignmentHelper$2  com.microsoft.azure.management.graphrbac.implementation.RoleAssignmentHelper$2$1  com.microsoft.azure.management.graphrbac.implementation.RoleAssignmentHelper$3  com.microsoft.azure.management.graphrbac.implementation.RoleAssignmentHelper$4  com.microsoft.azure.management.graphrbac.implementation.RoleAssignmentHelper$4$1  com.microsoft.azure.management.graphrbac.implementation.RoleAssignmentHelper$4$1$1  com.microsoft.azure.management.graphrbac.implementation.RoleAssignmentHelper$4$2  com.microsoft.azure.management.graphrbac.implementation.RoleAssignmentHelper$IdProvider
InnerClasses:
  com.microsoft.azure.management.graphrbac.implementation.RoleAssignmentHelper$1
  com.microsoft.azure.management.graphrbac.implementation.RoleAssignmentHelper$2
  com.microsoft.azure.management.graphrbac.implementation.RoleAssignmentHelper$3
  com.microsoft.azure.management.graphrbac.implementation.RoleAssignmentHelper$4
  public abstract IdProvider = com.microsoft.azure.management.graphrbac.implementation.RoleAssignmentHelper$IdProvider of com.microsoft.azure.management.graphrbac.implementation.RoleAssignmentHelper
    RuntimeInvisibleAnnotations: 
      com.microsoft.azure.management.apigeneration.LangDefinition()