Uses of Class
odata.msgraph.client.beta.entity.FileClassificationRequest
-
Packages that use FileClassificationRequest Package Description odata.msgraph.client.beta.entity -
-
Uses of FileClassificationRequest in odata.msgraph.client.beta.entity
Methods in odata.msgraph.client.beta.entity that return FileClassificationRequest Modifier and Type Method Description FileClassificationRequestFileClassificationRequest.Builder. build()FileClassificationRequestFileClassificationRequest. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.FileClassificationRequestFileClassificationRequest. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).FileClassificationRequestFileClassificationRequest. withSensitiveTypeIds(List<String> sensitiveTypeIds)FileClassificationRequestFileClassificationRequest. withUnmappedField(String name, String value)
-