Uses of Class
com.microsoft.graph.models.KeyValuePair
Packages that use KeyValuePair
-
Uses of KeyValuePair in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return KeyValuePairModifier and TypeMethodDescriptionstatic KeyValuePairKeyValuePair.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 KeyValuePairModifier and TypeMethodDescriptionDefaultManagedAppProtection.getCustomSettings()Gets the customSettings property value.ManagedAppConfiguration.getCustomSettings()Gets the customSettings property value.ServiceAnnouncementBase.getDetails()Gets the details property value.SubjectRightsRequestDetail.getInsightCounts()Gets the insightCounts property value.RelyingPartyDetailedSummary.getMigrationValidationDetails()Gets the migrationValidationDetails property value.SubjectRightsRequestDetail.getProductItemCounts()Gets the productItemCounts property value.SynchronizationJob.getSynchronizationJobSettings()Gets the synchronizationJobSettings property value.Method parameters in com.microsoft.graph.models with type arguments of type KeyValuePairModifier and TypeMethodDescriptionvoidDefaultManagedAppProtection.setCustomSettings(List<KeyValuePair> value) Sets the customSettings property value.voidManagedAppConfiguration.setCustomSettings(List<KeyValuePair> value) Sets the customSettings property value.voidServiceAnnouncementBase.setDetails(List<KeyValuePair> value) Sets the details property value.voidSubjectRightsRequestDetail.setInsightCounts(List<KeyValuePair> value) Sets the insightCounts property value.voidRelyingPartyDetailedSummary.setMigrationValidationDetails(List<KeyValuePair> value) Sets the migrationValidationDetails property value.voidSubjectRightsRequestDetail.setProductItemCounts(List<KeyValuePair> value) Sets the productItemCounts property value.voidSynchronizationJob.setSynchronizationJobSettings(List<KeyValuePair> value) Sets the synchronizationJobSettings property value.