| Package | Description |
|---|---|
| odata.msgraph.client.beta.complex |
| Modifier and Type | Field and Description |
|---|---|
protected List<SensitiveContentLocation> |
DetectedSensitiveContentBase.matches |
| Modifier and Type | Method and Description |
|---|---|
SensitiveContentLocation |
SensitiveContentLocation.Builder.build() |
SensitiveContentLocation |
SensitiveContentLocation.withIdMatch(String idMatch) |
SensitiveContentLocation |
SensitiveContentLocation.withLength(Integer length) |
SensitiveContentLocation |
SensitiveContentLocation.withOffset(Integer offset) |
| Modifier and Type | Method and Description |
|---|---|
com.github.davidmoten.odata.client.CollectionPage<SensitiveContentLocation> |
DetectedSensitiveContentBase.getMatches() |
com.github.davidmoten.odata.client.CollectionPage<SensitiveContentLocation> |
DetectedSensitiveContentBase.getMatches(com.github.davidmoten.odata.client.HttpRequestOptions options) |
| Modifier and Type | Method and Description |
|---|---|
DetectedSensitiveContentBase.Builder |
DetectedSensitiveContentBase.Builder.matches(SensitiveContentLocation... matches) |
DetectedSensitiveContent.Builder |
DetectedSensitiveContent.Builder.matches(SensitiveContentLocation... matches) |
ExactMatchDetectedSensitiveContent.Builder |
ExactMatchDetectedSensitiveContent.Builder.matches(SensitiveContentLocation... matches) |
| Modifier and Type | Method and Description |
|---|---|
DetectedSensitiveContentBase.Builder |
DetectedSensitiveContentBase.Builder.matches(List<SensitiveContentLocation> matches) |
DetectedSensitiveContent.Builder |
DetectedSensitiveContent.Builder.matches(List<SensitiveContentLocation> matches) |
ExactMatchDetectedSensitiveContent.Builder |
ExactMatchDetectedSensitiveContent.Builder.matches(List<SensitiveContentLocation> matches) |
Copyright © 2018–2020. All rights reserved.