Uses of Class
odata.msgraph.client.security.entity.DataSet
-
Packages that use DataSet Package Description odata.msgraph.client.security.entity -
-
Uses of DataSet in odata.msgraph.client.security.entity
Subclasses of DataSet in odata.msgraph.client.security.entity Modifier and Type Class Description classEdiscoveryReviewSetMethods in odata.msgraph.client.security.entity that return DataSet Modifier and Type Method Description DataSetDataSet. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.DataSetDataSet. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).DataSetDataSet. withCreatedBy(IdentitySet createdBy)DataSetDataSet. withCreatedDateTime(OffsetDateTime createdDateTime)DataSetDataSet. withDescription(String description)DataSetDataSet. withDisplayName(String displayName)DataSetDataSet. withUnmappedField(String name, Object value)
-