Uses of Class
odata.msgraph.client.beta.termStore.entity.Group
-
Packages that use Group Package Description odata.msgraph.client.beta.termStore.entity -
-
Uses of Group in odata.msgraph.client.beta.termStore.entity
Methods in odata.msgraph.client.beta.termStore.entity that return Group Modifier and Type Method Description GroupGroup.Builder. build()GroupGroup. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.GroupGroup. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).GroupGroup. withCreatedDateTime(OffsetDateTime createdDateTime)GroupGroup. withDescription(String description)GroupGroup. withDisplayName(String displayName)GroupGroup. withParentSiteId(String parentSiteId)GroupGroup. withScope(TermGroupScope scope)GroupGroup. withUnmappedField(String name, String value)
-