| Package | Description |
|---|---|
| odata.msgraph.client.beta.complex | |
| odata.msgraph.client.beta.entity | |
| odata.msgraph.client.beta.entity.request |
| Modifier and Type | Field and Description |
|---|---|
protected List<ContentClassification> |
ExactMatchClassificationRequest.contentClassifications |
| Modifier and Type | Method and Description |
|---|---|
ContentClassification |
ContentClassification.Builder.build() |
ContentClassification |
ContentClassification.withConfidence(Integer confidence) |
ContentClassification |
ContentClassification.withSensitiveTypeId(String sensitiveTypeId) |
ContentClassification |
ContentClassification.withUniqueCount(Integer uniqueCount) |
| Modifier and Type | Method and Description |
|---|---|
com.github.davidmoten.odata.client.CollectionPage<ContentClassification> |
ExactMatchClassificationRequest.getContentClassifications() |
com.github.davidmoten.odata.client.CollectionPage<ContentClassification> |
ExactMatchClassificationRequest.getContentClassifications(com.github.davidmoten.odata.client.HttpRequestOptions options) |
| Modifier and Type | Method and Description |
|---|---|
ExactMatchClassificationRequest.Builder |
ExactMatchClassificationRequest.Builder.contentClassifications(ContentClassification... contentClassifications) |
| Modifier and Type | Method and Description |
|---|---|
ExactMatchClassificationRequest.Builder |
ExactMatchClassificationRequest.Builder.contentClassifications(List<ContentClassification> contentClassifications) |
| Modifier and Type | Method and Description |
|---|---|
com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<ExactMatchClassificationResult> |
DataClassificationService.classifyExactMatches(String text,
String timeoutInMs,
List<String> sensitiveTypeIds,
List<ContentClassification> contentClassifications) |
| Modifier and Type | Method and Description |
|---|---|
com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<ExactMatchClassificationResult> |
DataClassificationServiceRequest.classifyExactMatches(String text,
String timeoutInMs,
List<String> sensitiveTypeIds,
List<ContentClassification> contentClassifications) |
Copyright © 2018–2020. All rights reserved.