Uses of Class
com.microsoft.graph.models.UnifiedRoleDefinition
Packages that use UnifiedRoleDefinition
-
Uses of UnifiedRoleDefinition in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return UnifiedRoleDefinitionModifier and TypeMethodDescriptionstatic UnifiedRoleDefinitionUnifiedRoleDefinition.createFromDiscriminatorValue(com.microsoft.kiota.serialization.ParseNode parseNode) Creates a new instance of the appropriate class based on discriminator valueUnifiedRoleAssignment.getRoleDefinition()Gets the roleDefinition property value.UnifiedRoleAssignmentScheduleRequest.getRoleDefinition()Gets the roleDefinition property value.UnifiedRoleEligibilityScheduleRequest.getRoleDefinition()Gets the roleDefinition property value.UnifiedRoleScheduleBase.getRoleDefinition()Gets the roleDefinition property value.UnifiedRoleScheduleInstanceBase.getRoleDefinition()Gets the roleDefinition property value.Methods in com.microsoft.graph.models that return types with arguments of type UnifiedRoleDefinitionModifier and TypeMethodDescriptionUnifiedRoleDefinition.getInheritsPermissionsFrom()Gets the inheritsPermissionsFrom property value.RbacApplication.getRoleDefinitions()Gets the roleDefinitions property value.UnifiedRoleDefinitionCollectionResponse.getValue()Gets the value property value.Methods in com.microsoft.graph.models with parameters of type UnifiedRoleDefinitionModifier and TypeMethodDescriptionvoidUnifiedRoleAssignment.setRoleDefinition(UnifiedRoleDefinition value) Sets the roleDefinition property value.voidUnifiedRoleAssignmentScheduleRequest.setRoleDefinition(UnifiedRoleDefinition value) Sets the roleDefinition property value.voidUnifiedRoleEligibilityScheduleRequest.setRoleDefinition(UnifiedRoleDefinition value) Sets the roleDefinition property value.voidUnifiedRoleScheduleBase.setRoleDefinition(UnifiedRoleDefinition value) Sets the roleDefinition property value.voidUnifiedRoleScheduleInstanceBase.setRoleDefinition(UnifiedRoleDefinition value) Sets the roleDefinition property value.Method parameters in com.microsoft.graph.models with type arguments of type UnifiedRoleDefinitionModifier and TypeMethodDescriptionvoidUnifiedRoleDefinition.setInheritsPermissionsFrom(List<UnifiedRoleDefinition> value) Sets the inheritsPermissionsFrom property value.voidRbacApplication.setRoleDefinitions(List<UnifiedRoleDefinition> value) Sets the roleDefinitions property value.voidUnifiedRoleDefinitionCollectionResponse.setValue(List<UnifiedRoleDefinition> value) Sets the value property value.