Uses of Class
odata.msgraph.client.beta.ediscovery.entity.Tag
-
Packages that use Tag Package Description odata.msgraph.client.beta.ediscovery.entity odata.msgraph.client.beta.ediscovery.entity.collection.request odata.msgraph.client.beta.ediscovery.entity.request -
-
Uses of Tag in odata.msgraph.client.beta.ediscovery.entity
Methods in odata.msgraph.client.beta.ediscovery.entity that return Tag Modifier and Type Method Description TagTag.Builder. build()TagTag. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.TagTag. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).TagTag. withChildSelectability(ChildSelectability childSelectability)TagTag. withCreatedBy(IdentitySet createdBy)TagTag. withDescription(String description)TagTag. withDisplayName(String displayName)TagTag. withLastModifiedDateTime(OffsetDateTime lastModifiedDateTime)TagTag. withUnmappedField(String name, String value)Method parameters in odata.msgraph.client.beta.ediscovery.entity with type arguments of type Tag Modifier and Type Method Description com.github.davidmoten.odata.client.ActionRequestNoReturnReviewSetQuery. applyTags(List<Tag> tagsToAdd, List<Tag> tagsToRemove) -
Uses of Tag in odata.msgraph.client.beta.ediscovery.entity.collection.request
Methods in odata.msgraph.client.beta.ediscovery.entity.collection.request that return types with arguments of type Tag Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPageNonEntityRequest<Tag>TagCollectionRequest. asHierarchy() -
Uses of Tag in odata.msgraph.client.beta.ediscovery.entity.request
Method parameters in odata.msgraph.client.beta.ediscovery.entity.request with type arguments of type Tag Modifier and Type Method Description com.github.davidmoten.odata.client.ActionRequestNoReturnReviewSetQueryRequest. applyTags(List<Tag> tagsToAdd, List<Tag> tagsToRemove)
-