Uses of Class
odata.msgraph.client.beta.termStore.entity.Term
-
Packages that use Term Package Description odata.msgraph.client.beta.termStore.entity -
-
Uses of Term in odata.msgraph.client.beta.termStore.entity
Methods in odata.msgraph.client.beta.termStore.entity that return Term Modifier and Type Method Description TermTerm.Builder. build()TermTerm. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.TermTerm. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).TermTerm. withCreatedDateTime(OffsetDateTime createdDateTime)TermTerm. withDescriptions(List<LocalizedDescription> descriptions)TermTerm. withLabels(List<LocalizedLabel> labels)TermTerm. withLastModifiedDateTime(OffsetDateTime lastModifiedDateTime)TermTerm. withProperties(List<KeyValue> properties)TermTerm. withUnmappedField(String name, String value)
-