public class DetectedSensitiveContent extends Object implements com.github.davidmoten.odata.client.ODataType
| Modifier and Type | Class and Description |
|---|---|
static class |
DetectedSensitiveContent.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 |
DetectedSensitiveContent() |
| Modifier and Type | Method and Description |
|---|---|
static DetectedSensitiveContent.Builder |
builder()
Returns a builder which is used to create a new
instance of this class (given that this class is immutable).
|
Optional<Integer> |
getConfidence() |
Optional<String> |
getDisplayName() |
Optional<String> |
getId() |
com.github.davidmoten.odata.client.CollectionPage<SensitiveContentLocation> |
getMatches() |
Optional<Integer> |
getRecommendedConfidence() |
Optional<Integer> |
getUniqueCount() |
com.github.davidmoten.odata.client.internal.UnmappedFields |
getUnmappedFields() |
String |
odataTypeName() |
void |
postInject(boolean addKeysToContextPath) |
String |
toString() |
DetectedSensitiveContent |
withConfidence(Integer confidence) |
DetectedSensitiveContent |
withDisplayName(String displayName) |
DetectedSensitiveContent |
withId(String id) |
DetectedSensitiveContent |
withRecommendedConfidence(Integer recommendedConfidence) |
DetectedSensitiveContent |
withUniqueCount(Integer uniqueCount) |
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 DetectedSensitiveContent withId(String id)
public DetectedSensitiveContent withDisplayName(String displayName)
public DetectedSensitiveContent withUniqueCount(Integer uniqueCount)
public DetectedSensitiveContent withConfidence(Integer confidence)
public DetectedSensitiveContent withRecommendedConfidence(Integer recommendedConfidence)
public com.github.davidmoten.odata.client.CollectionPage<SensitiveContentLocation> getMatches()
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 DetectedSensitiveContent.Builder builder()
Copyright © 2018–2020. All rights reserved.