Uses of Class
odata.msgraph.client.beta.termStore.entity.Set
-
Packages that use Set Package Description odata.msgraph.client.beta.termStore.entity -
-
Uses of Set in odata.msgraph.client.beta.termStore.entity
Methods in odata.msgraph.client.beta.termStore.entity that return Set Modifier and Type Method Description SetSet.Builder. build()SetSet. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.SetSet. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).SetSet. withCreatedDateTime(OffsetDateTime createdDateTime)SetSet. withDescription(String description)SetSet. withLocalizedNames(List<LocalizedName> localizedNames)SetSet. withProperties(List<KeyValue> properties)SetSet. withUnmappedField(String name, String value)
-