Uses of Class
odata.msgraph.client.beta.termStore.complex.LocalizedLabel
-
Packages that use LocalizedLabel Package Description odata.msgraph.client.beta.termStore.complex odata.msgraph.client.beta.termStore.entity -
-
Uses of LocalizedLabel in odata.msgraph.client.beta.termStore.complex
Methods in odata.msgraph.client.beta.termStore.complex that return LocalizedLabel Modifier and Type Method Description LocalizedLabelLocalizedLabel.Builder. build()LocalizedLabelLocalizedLabel. withIsDefault(Boolean isDefault)LocalizedLabelLocalizedLabel. withLanguageTag(String languageTag)LocalizedLabelLocalizedLabel. withName(String name)LocalizedLabelLocalizedLabel. withUnmappedField(String name, String value) -
Uses of LocalizedLabel in odata.msgraph.client.beta.termStore.entity
Fields in odata.msgraph.client.beta.termStore.entity with type parameters of type LocalizedLabel Modifier and Type Field Description protected List<LocalizedLabel>Term. labelsMethods in odata.msgraph.client.beta.termStore.entity that return types with arguments of type LocalizedLabel Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPage<LocalizedLabel>Term. getLabels()com.github.davidmoten.odata.client.CollectionPage<LocalizedLabel>Term. getLabels(com.github.davidmoten.odata.client.HttpRequestOptions options)Methods in odata.msgraph.client.beta.termStore.entity with parameters of type LocalizedLabel Modifier and Type Method Description Term.BuilderTerm.Builder. labels(LocalizedLabel... labels)Method parameters in odata.msgraph.client.beta.termStore.entity with type arguments of type LocalizedLabel Modifier and Type Method Description Term.BuilderTerm.Builder. labels(List<LocalizedLabel> labels)TermTerm. withLabels(List<LocalizedLabel> labels)
-