Uses of Class
com.microsoft.graph.models.RoleDefinition
Packages that use RoleDefinition
-
Uses of RoleDefinition in com.microsoft.graph.models
Subclasses of RoleDefinition in com.microsoft.graph.modelsModifier and TypeClassDescriptionclassThe Role Definition resource.Methods in com.microsoft.graph.models that return RoleDefinitionModifier and TypeMethodDescriptionstatic RoleDefinitionRoleDefinition.createFromDiscriminatorValue(com.microsoft.kiota.serialization.ParseNode parseNode) Creates a new instance of the appropriate class based on discriminator valueRoleAssignment.getRoleDefinition()Gets the roleDefinition property value.Methods in com.microsoft.graph.models that return types with arguments of type RoleDefinitionModifier and TypeMethodDescriptionDeviceManagement.getRoleDefinitions()Gets the roleDefinitions property value.RoleDefinitionCollectionResponse.getValue()Gets the value property value.Methods in com.microsoft.graph.models with parameters of type RoleDefinitionModifier and TypeMethodDescriptionvoidRoleAssignment.setRoleDefinition(RoleDefinition value) Sets the roleDefinition property value.Method parameters in com.microsoft.graph.models with type arguments of type RoleDefinitionModifier and TypeMethodDescriptionvoidDeviceManagement.setRoleDefinitions(List<RoleDefinition> value) Sets the roleDefinitions property value.voidRoleDefinitionCollectionResponse.setValue(List<RoleDefinition> value) Sets the value property value.