Class DetectedSensitiveContent
- java.lang.Object
-
- odata.msgraph.client.beta.complex.DetectedSensitiveContentBase
-
- odata.msgraph.client.beta.complex.DetectedSensitiveContent
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataType
- Direct Known Subclasses:
MachineLearningDetectedSensitiveContent
public class DetectedSensitiveContent extends DetectedSensitiveContentBase implements com.github.davidmoten.odata.client.ODataType
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDetectedSensitiveContent.Builder
-
Field Summary
Fields Modifier and Type Field Description protected List<ClassificationAttribute>classificationAttributesprotected StringclassificationAttributesNextLinkprotected ClassificationMethodclassificationMethodprotected List<SensitiveContentLocation>matchesprotected StringmatchesNextLinkprotected SensitiveTypeScopescopeprotected SensitiveTypeSourcesensitiveTypeSource-
Fields inherited from class odata.msgraph.client.beta.complex.DetectedSensitiveContentBase
confidence, contextPath, displayName, id, odataType, recommendedConfidence, uniqueCount, unmappedFields
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedDetectedSensitiveContent()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DetectedSensitiveContent.BuilderbuilderDetectedSensitiveContent()Returns a builder which is used to create a new instance of this class (given that this class is immutable).com.github.davidmoten.odata.client.CollectionPage<ClassificationAttribute>getClassificationAttributes()com.github.davidmoten.odata.client.CollectionPage<ClassificationAttribute>getClassificationAttributes(com.github.davidmoten.odata.client.HttpRequestOptions options)Optional<ClassificationMethod>getClassificationMethod()com.github.davidmoten.odata.client.CollectionPage<SensitiveContentLocation>getMatches()com.github.davidmoten.odata.client.CollectionPage<SensitiveContentLocation>getMatches(com.github.davidmoten.odata.client.HttpRequestOptions options)Optional<SensitiveTypeScope>getScope()Optional<SensitiveTypeSource>getSensitiveTypeSource()com.github.davidmoten.odata.client.UnmappedFieldsgetUnmappedFields()StringodataTypeName()voidpostInject(boolean addKeysToContextPath)StringtoString()DetectedSensitiveContentwithClassificationMethod(ClassificationMethod classificationMethod)DetectedSensitiveContentwithScope(SensitiveTypeScope scope)DetectedSensitiveContentwithSensitiveTypeSource(SensitiveTypeSource sensitiveTypeSource)DetectedSensitiveContentwithUnmappedField(String name, String value)-
Methods inherited from class odata.msgraph.client.beta.complex.DetectedSensitiveContentBase
builder, getConfidence, getDisplayName, getId, getRecommendedConfidence, getUniqueCount, withConfidence, withDisplayName, withId, withRecommendedConfidence, withUniqueCount
-
-
-
-
Field Detail
-
classificationAttributes
protected List<ClassificationAttribute> classificationAttributes
-
classificationAttributesNextLink
protected String classificationAttributesNextLink
-
classificationMethod
protected ClassificationMethod classificationMethod
-
matches
protected List<SensitiveContentLocation> matches
-
matchesNextLink
protected String matchesNextLink
-
scope
protected SensitiveTypeScope scope
-
sensitiveTypeSource
protected SensitiveTypeSource sensitiveTypeSource
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
odataTypeNamein classDetectedSensitiveContentBase
-
getClassificationAttributes
public com.github.davidmoten.odata.client.CollectionPage<ClassificationAttribute> getClassificationAttributes()
-
getClassificationAttributes
public com.github.davidmoten.odata.client.CollectionPage<ClassificationAttribute> getClassificationAttributes(com.github.davidmoten.odata.client.HttpRequestOptions options)
-
getClassificationMethod
public Optional<ClassificationMethod> getClassificationMethod()
-
withClassificationMethod
public DetectedSensitiveContent withClassificationMethod(ClassificationMethod classificationMethod)
-
getMatches
public com.github.davidmoten.odata.client.CollectionPage<SensitiveContentLocation> getMatches()
-
getMatches
public com.github.davidmoten.odata.client.CollectionPage<SensitiveContentLocation> getMatches(com.github.davidmoten.odata.client.HttpRequestOptions options)
-
getScope
public Optional<SensitiveTypeScope> getScope()
-
withScope
public DetectedSensitiveContent withScope(SensitiveTypeScope scope)
-
getSensitiveTypeSource
public Optional<SensitiveTypeSource> getSensitiveTypeSource()
-
withSensitiveTypeSource
public DetectedSensitiveContent withSensitiveTypeSource(SensitiveTypeSource sensitiveTypeSource)
-
withUnmappedField
public DetectedSensitiveContent withUnmappedField(String name, String value)
- Overrides:
withUnmappedFieldin classDetectedSensitiveContentBase
-
getUnmappedFields
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
- Specified by:
getUnmappedFieldsin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
getUnmappedFieldsin classDetectedSensitiveContentBase
-
postInject
public void postInject(boolean addKeysToContextPath)
- Specified by:
postInjectin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
postInjectin classDetectedSensitiveContentBase
-
builderDetectedSensitiveContent
public static DetectedSensitiveContent.Builder builderDetectedSensitiveContent()
Returns a builder which is used to create a new instance of this class (given that this class is immutable).- Returns:
- a new Builder for this class
-
toString
public String toString()
- Overrides:
toStringin classDetectedSensitiveContentBase
-
-