Uses of Class
com.microsoft.graph.models.AppRoleAssignment
Packages that use AppRoleAssignment
-
Uses of AppRoleAssignment in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return AppRoleAssignmentModifier and TypeMethodDescriptionstatic AppRoleAssignmentAppRoleAssignment.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 AppRoleAssignmentModifier and TypeMethodDescriptionServicePrincipal.getAppRoleAssignedTo()Gets the appRoleAssignedTo property value.Group.getAppRoleAssignments()Gets the appRoleAssignments property value.ServicePrincipal.getAppRoleAssignments()Gets the appRoleAssignments property value.User.getAppRoleAssignments()Gets the appRoleAssignments property value.AppRoleAssignmentCollectionResponse.getValue()Gets the value property value.Method parameters in com.microsoft.graph.models with type arguments of type AppRoleAssignmentModifier and TypeMethodDescriptionvoidServicePrincipal.setAppRoleAssignedTo(List<AppRoleAssignment> value) Sets the appRoleAssignedTo property value.voidGroup.setAppRoleAssignments(List<AppRoleAssignment> value) Sets the appRoleAssignments property value.voidServicePrincipal.setAppRoleAssignments(List<AppRoleAssignment> value) Sets the appRoleAssignments property value.voidUser.setAppRoleAssignments(List<AppRoleAssignment> value) Sets the appRoleAssignments property value.voidAppRoleAssignmentCollectionResponse.setValue(List<AppRoleAssignment> value) Sets the value property value.