Uses of Class
com.microsoft.graph.models.RiskyServicePrincipalHistoryItem
Packages that use RiskyServicePrincipalHistoryItem
-
Uses of RiskyServicePrincipalHistoryItem in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return RiskyServicePrincipalHistoryItemModifier and TypeMethodDescriptionRiskyServicePrincipalHistoryItem.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 RiskyServicePrincipalHistoryItemModifier and TypeMethodDescriptionRiskyServicePrincipal.getHistory()Gets the history property value.RiskyServicePrincipalHistoryItemCollectionResponse.getValue()Gets the value property value.Method parameters in com.microsoft.graph.models with type arguments of type RiskyServicePrincipalHistoryItemModifier and TypeMethodDescriptionvoidRiskyServicePrincipal.setHistory(List<RiskyServicePrincipalHistoryItem> value) Sets the history property value.voidRiskyServicePrincipalHistoryItemCollectionResponse.setValue(List<RiskyServicePrincipalHistoryItem> value) Sets the value property value.