Uses of Class
odata.msgraph.client.beta.termStore.complex.LocalizedDescription
-
Packages that use LocalizedDescription Package Description odata.msgraph.client.beta.termStore.complex odata.msgraph.client.beta.termStore.entity -
-
Uses of LocalizedDescription in odata.msgraph.client.beta.termStore.complex
Methods in odata.msgraph.client.beta.termStore.complex that return LocalizedDescription Modifier and Type Method Description LocalizedDescriptionLocalizedDescription.Builder. build()LocalizedDescriptionLocalizedDescription. withDescription(String description)LocalizedDescriptionLocalizedDescription. withLanguageTag(String languageTag)LocalizedDescriptionLocalizedDescription. withUnmappedField(String name, String value) -
Uses of LocalizedDescription in odata.msgraph.client.beta.termStore.entity
Fields in odata.msgraph.client.beta.termStore.entity with type parameters of type LocalizedDescription Modifier and Type Field Description protected List<LocalizedDescription>Term. descriptionsMethods in odata.msgraph.client.beta.termStore.entity that return types with arguments of type LocalizedDescription Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPage<LocalizedDescription>Term. getDescriptions()com.github.davidmoten.odata.client.CollectionPage<LocalizedDescription>Term. getDescriptions(com.github.davidmoten.odata.client.HttpRequestOptions options)Methods in odata.msgraph.client.beta.termStore.entity with parameters of type LocalizedDescription Modifier and Type Method Description Term.BuilderTerm.Builder. descriptions(LocalizedDescription... descriptions)Method parameters in odata.msgraph.client.beta.termStore.entity with type arguments of type LocalizedDescription Modifier and Type Method Description Term.BuilderTerm.Builder. descriptions(List<LocalizedDescription> descriptions)TermTerm. withDescriptions(List<LocalizedDescription> descriptions)
-