Uses of Class
com.microsoft.graph.models.KeyValue
Packages that use KeyValue
-
Uses of KeyValue in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return KeyValueModifier and TypeMethodDescriptionstatic KeyValueKeyValue.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 KeyValueModifier and TypeMethodDescriptionDirectoryAudit.getAdditionalDetails()Gets the additionalDetails property value.ContentCustomization.getAttributeCollection()Gets the attributeCollection property value.AddIn.getProperties()Gets the properties property value.ContentCustomization.getRegistrationCampaign()Gets the registrationCampaign property value.Method parameters in com.microsoft.graph.models with type arguments of type KeyValueModifier and TypeMethodDescriptionvoidDirectoryAudit.setAdditionalDetails(List<KeyValue> value) Sets the additionalDetails property value.voidContentCustomization.setAttributeCollection(List<KeyValue> value) Sets the attributeCollection property value.voidAddIn.setProperties(List<KeyValue> value) Sets the properties property value.voidContentCustomization.setRegistrationCampaign(List<KeyValue> value) Sets the registrationCampaign property value.