Uses of Class
odata.msgraph.client.complex.MetaDataKeyStringPair
-
Packages that use MetaDataKeyStringPair Package Description odata.msgraph.client.complex -
-
Uses of MetaDataKeyStringPair in odata.msgraph.client.complex
Fields in odata.msgraph.client.complex with type parameters of type MetaDataKeyStringPair Modifier and Type Field Description protected List<MetaDataKeyStringPair>ServerProcessedContent. htmlStringsprotected List<MetaDataKeyStringPair>ServerProcessedContent. imageSourcesprotected List<MetaDataKeyStringPair>ServerProcessedContent. linksprotected List<MetaDataKeyStringPair>ServerProcessedContent. searchablePlainTextsMethods in odata.msgraph.client.complex that return MetaDataKeyStringPair Modifier and Type Method Description MetaDataKeyStringPairMetaDataKeyStringPair.Builder. build()MetaDataKeyStringPairMetaDataKeyStringPair. withKey(String key)MetaDataKeyStringPairMetaDataKeyStringPair. withUnmappedField(String name, Object value)MetaDataKeyStringPairMetaDataKeyStringPair. withValue(String value)Methods in odata.msgraph.client.complex that return types with arguments of type MetaDataKeyStringPair Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPage<MetaDataKeyStringPair>ServerProcessedContent. getHtmlStrings()com.github.davidmoten.odata.client.CollectionPage<MetaDataKeyStringPair>ServerProcessedContent. getHtmlStrings(com.github.davidmoten.odata.client.HttpRequestOptions options)com.github.davidmoten.odata.client.CollectionPage<MetaDataKeyStringPair>ServerProcessedContent. getImageSources()com.github.davidmoten.odata.client.CollectionPage<MetaDataKeyStringPair>ServerProcessedContent. getImageSources(com.github.davidmoten.odata.client.HttpRequestOptions options)com.github.davidmoten.odata.client.CollectionPage<MetaDataKeyStringPair>ServerProcessedContent. getLinks()com.github.davidmoten.odata.client.CollectionPage<MetaDataKeyStringPair>ServerProcessedContent. getLinks(com.github.davidmoten.odata.client.HttpRequestOptions options)com.github.davidmoten.odata.client.CollectionPage<MetaDataKeyStringPair>ServerProcessedContent. getSearchablePlainTexts()com.github.davidmoten.odata.client.CollectionPage<MetaDataKeyStringPair>ServerProcessedContent. getSearchablePlainTexts(com.github.davidmoten.odata.client.HttpRequestOptions options)Methods in odata.msgraph.client.complex with parameters of type MetaDataKeyStringPair Modifier and Type Method Description ServerProcessedContent.BuilderServerProcessedContent.Builder. htmlStrings(MetaDataKeyStringPair... htmlStrings)ServerProcessedContent.BuilderServerProcessedContent.Builder. imageSources(MetaDataKeyStringPair... imageSources)ServerProcessedContent.BuilderServerProcessedContent.Builder. links(MetaDataKeyStringPair... links)ServerProcessedContent.BuilderServerProcessedContent.Builder. searchablePlainTexts(MetaDataKeyStringPair... searchablePlainTexts)Method parameters in odata.msgraph.client.complex with type arguments of type MetaDataKeyStringPair Modifier and Type Method Description ServerProcessedContent.BuilderServerProcessedContent.Builder. htmlStrings(List<MetaDataKeyStringPair> htmlStrings)ServerProcessedContent.BuilderServerProcessedContent.Builder. imageSources(List<MetaDataKeyStringPair> imageSources)ServerProcessedContent.BuilderServerProcessedContent.Builder. links(List<MetaDataKeyStringPair> links)ServerProcessedContent.BuilderServerProcessedContent.Builder. searchablePlainTexts(List<MetaDataKeyStringPair> searchablePlainTexts)
-