Uses of Class
com.microsoft.graph.models.RoleAssignment
Packages that use RoleAssignment
-
Uses of RoleAssignment in com.microsoft.graph.models
Subclasses of RoleAssignment in com.microsoft.graph.modelsModifier and TypeClassDescriptionclassThe Role Assignment resource.Methods in com.microsoft.graph.models that return RoleAssignmentModifier and TypeMethodDescriptionstatic RoleAssignmentRoleAssignment.createFromDiscriminatorValue(com.microsoft.kiota.serialization.ParseNode parseNode) Creates a new instance of the appropriate class based on discriminator valueMethods in com.microsoft.graph.models that return types with arguments of type RoleAssignmentModifier and TypeMethodDescriptionRoleDefinition.getRoleAssignments()Gets the roleAssignments property value.RoleAssignmentCollectionResponse.getValue()Gets the value property value.Method parameters in com.microsoft.graph.models with type arguments of type RoleAssignmentModifier and TypeMethodDescriptionvoidRoleDefinition.setRoleAssignments(List<RoleAssignment> value) Sets the roleAssignments property value.voidRoleAssignmentCollectionResponse.setValue(List<RoleAssignment> value) Sets the value property value.