| Package | Description |
|---|---|
| odata.msgraph.client.beta.complex |
| Modifier and Type | Field and Description |
|---|---|
protected List<DetectedSensitiveContent> |
DetectedSensitiveContentWrapper.classification |
protected List<DetectedSensitiveContent> |
ExactMatchClassificationResult.classification |
| Modifier and Type | Method and Description |
|---|---|
DetectedSensitiveContent |
DetectedSensitiveContent.Builder.build() |
DetectedSensitiveContent |
DetectedSensitiveContent.withConfidence(Integer confidence) |
DetectedSensitiveContent |
DetectedSensitiveContent.withDisplayName(String displayName) |
DetectedSensitiveContent |
DetectedSensitiveContent.withId(String id) |
DetectedSensitiveContent |
DetectedSensitiveContent.withRecommendedConfidence(Integer recommendedConfidence) |
DetectedSensitiveContent |
DetectedSensitiveContent.withUniqueCount(Integer uniqueCount) |
| Modifier and Type | Method and Description |
|---|---|
com.github.davidmoten.odata.client.CollectionPage<DetectedSensitiveContent> |
DetectedSensitiveContentWrapper.getClassification() |
com.github.davidmoten.odata.client.CollectionPage<DetectedSensitiveContent> |
ExactMatchClassificationResult.getClassification() |
| Modifier and Type | Method and Description |
|---|---|
DetectedSensitiveContentWrapper.Builder |
DetectedSensitiveContentWrapper.Builder.classification(List<DetectedSensitiveContent> classification) |
ExactMatchClassificationResult.Builder |
ExactMatchClassificationResult.Builder.classification(List<DetectedSensitiveContent> classification) |
Copyright © 2018–2020. All rights reserved.