Uses of Class
com.microsoft.graph.models.MetaDataKeyStringPair
Packages that use MetaDataKeyStringPair
-
Uses of MetaDataKeyStringPair in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return MetaDataKeyStringPairModifier and TypeMethodDescriptionstatic MetaDataKeyStringPairMetaDataKeyStringPair.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 MetaDataKeyStringPairModifier and TypeMethodDescriptionServerProcessedContent.getHtmlStrings()Gets the htmlStrings property value.ServerProcessedContent.getImageSources()Gets the imageSources property value.ServerProcessedContent.getLinks()Gets the links property value.ServerProcessedContent.getSearchablePlainTexts()Gets the searchablePlainTexts property value.Method parameters in com.microsoft.graph.models with type arguments of type MetaDataKeyStringPairModifier and TypeMethodDescriptionvoidServerProcessedContent.setHtmlStrings(List<MetaDataKeyStringPair> value) Sets the htmlStrings property value.voidServerProcessedContent.setImageSources(List<MetaDataKeyStringPair> value) Sets the imageSources property value.voidServerProcessedContent.setLinks(List<MetaDataKeyStringPair> value) Sets the links property value.voidServerProcessedContent.setSearchablePlainTexts(List<MetaDataKeyStringPair> value) Sets the searchablePlainTexts property value.