Uses of Class
odata.msgraph.client.beta.termStore.complex.LocalizedName
-
Packages that use LocalizedName Package Description odata.msgraph.client.beta.termStore.complex odata.msgraph.client.beta.termStore.entity -
-
Uses of LocalizedName in odata.msgraph.client.beta.termStore.complex
Methods in odata.msgraph.client.beta.termStore.complex that return LocalizedName Modifier and Type Method Description LocalizedNameLocalizedName.Builder. build()LocalizedNameLocalizedName. withLanguageTag(String languageTag)LocalizedNameLocalizedName. withName(String name)LocalizedNameLocalizedName. withUnmappedField(String name, String value) -
Uses of LocalizedName in odata.msgraph.client.beta.termStore.entity
Fields in odata.msgraph.client.beta.termStore.entity with type parameters of type LocalizedName Modifier and Type Field Description protected List<LocalizedName>Set. localizedNamesMethods in odata.msgraph.client.beta.termStore.entity that return types with arguments of type LocalizedName Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPage<LocalizedName>Set. getLocalizedNames()com.github.davidmoten.odata.client.CollectionPage<LocalizedName>Set. getLocalizedNames(com.github.davidmoten.odata.client.HttpRequestOptions options)Methods in odata.msgraph.client.beta.termStore.entity with parameters of type LocalizedName Modifier and Type Method Description Set.BuilderSet.Builder. localizedNames(LocalizedName... localizedNames)Method parameters in odata.msgraph.client.beta.termStore.entity with type arguments of type LocalizedName Modifier and Type Method Description Set.BuilderSet.Builder. localizedNames(List<LocalizedName> localizedNames)SetSet. withLocalizedNames(List<LocalizedName> localizedNames)
-