Uses of Class
odata.msgraph.client.beta.ediscovery.entity.ReviewSet
-
Packages that use ReviewSet Package Description odata.msgraph.client.beta.ediscovery.entity -
-
Uses of ReviewSet in odata.msgraph.client.beta.ediscovery.entity
Methods in odata.msgraph.client.beta.ediscovery.entity that return ReviewSet Modifier and Type Method Description ReviewSetReviewSet.Builder. build()ReviewSetReviewSet. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.ReviewSetReviewSet. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).ReviewSetReviewSet. withCreatedBy(IdentitySet createdBy)ReviewSetReviewSet. withCreatedDateTime(OffsetDateTime createdDateTime)ReviewSetReviewSet. withDisplayName(String displayName)ReviewSetReviewSet. withUnmappedField(String name, String value)
-