Uses of Class
odata.msgraph.client.beta.termStore.entity.Store
-
Packages that use Store Package Description odata.msgraph.client.beta.termStore.entity -
-
Uses of Store in odata.msgraph.client.beta.termStore.entity
Methods in odata.msgraph.client.beta.termStore.entity that return Store Modifier and Type Method Description StoreStore.Builder. build()StoreStore. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.StoreStore. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).StoreStore. withDefaultLanguageTag(String defaultLanguageTag)StoreStore. withLanguageTags(List<String> languageTags)StoreStore. withUnmappedField(String name, String value)
-