public class DetectedSensitiveContentBase extends Object implements com.github.davidmoten.odata.client.ODataType
| Modifier and Type | Class and Description |
|---|---|
static class |
DetectedSensitiveContentBase.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected Integer |
confidence |
protected com.github.davidmoten.odata.client.ContextPath |
contextPath |
protected String |
displayName |
protected String |
id |
protected List<SensitiveContentLocation> |
matches |
protected String |
matchesNextLink |
protected String |
odataType |
protected Integer |
recommendedConfidence |
protected Integer |
uniqueCount |
protected com.github.davidmoten.odata.client.internal.UnmappedFields |
unmappedFields |
| Modifier | Constructor and Description |
|---|---|
protected |
DetectedSensitiveContentBase() |
protected com.github.davidmoten.odata.client.ContextPath contextPath
protected com.github.davidmoten.odata.client.internal.UnmappedFields unmappedFields
protected String odataType
protected String id
protected String displayName
protected Integer uniqueCount
protected Integer confidence
protected Integer recommendedConfidence
protected List<SensitiveContentLocation> matches
protected String matchesNextLink
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypepublic DetectedSensitiveContentBase withId(String id)
public DetectedSensitiveContentBase withDisplayName(String displayName)
public DetectedSensitiveContentBase withUniqueCount(Integer uniqueCount)
public DetectedSensitiveContentBase withConfidence(Integer confidence)
public DetectedSensitiveContentBase withRecommendedConfidence(Integer recommendedConfidence)
public com.github.davidmoten.odata.client.CollectionPage<SensitiveContentLocation> getMatches()
public com.github.davidmoten.odata.client.CollectionPage<SensitiveContentLocation> getMatches(com.github.davidmoten.odata.client.HttpRequestOptions options)
public com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypepublic void postInject(boolean addKeysToContextPath)
postInject in interface com.github.davidmoten.odata.client.ODataTypepublic static DetectedSensitiveContentBase.Builder builder()
Copyright © 2018–2020. All rights reserved.