Uses of Class
odata.msgraph.client.complex.ExtractSensitivityLabelsResult
-
Packages that use ExtractSensitivityLabelsResult Package Description odata.msgraph.client.complex odata.msgraph.client.entity odata.msgraph.client.entity.request -
-
Uses of ExtractSensitivityLabelsResult in odata.msgraph.client.complex
Methods in odata.msgraph.client.complex that return ExtractSensitivityLabelsResult Modifier and Type Method Description ExtractSensitivityLabelsResultExtractSensitivityLabelsResult.Builder. build()ExtractSensitivityLabelsResultExtractSensitivityLabelsResult. withUnmappedField(String name, Object value) -
Uses of ExtractSensitivityLabelsResult in odata.msgraph.client.entity
Methods in odata.msgraph.client.entity that return types with arguments of type ExtractSensitivityLabelsResult Modifier and Type Method Description com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<ExtractSensitivityLabelsResult>DriveItem. extractSensitivityLabels() -
Uses of ExtractSensitivityLabelsResult in odata.msgraph.client.entity.request
Methods in odata.msgraph.client.entity.request that return types with arguments of type ExtractSensitivityLabelsResult Modifier and Type Method Description com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<ExtractSensitivityLabelsResult>DriveItemRequest. extractSensitivityLabels()
-