Package odata.msgraph.client.beta.entity
Class DataClassificationService
- java.lang.Object
-
- odata.msgraph.client.beta.entity.Entity
-
- odata.msgraph.client.beta.entity.DataClassificationService
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataEntityType,com.github.davidmoten.odata.client.ODataType
public class DataClassificationService extends Entity implements com.github.davidmoten.odata.client.ODataEntityType
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDataClassificationService.Builder
-
Field Summary
-
Fields inherited from class odata.msgraph.client.beta.entity.Entity
changedFields, contextPath, id, odataType, unmappedFields
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedDataClassificationService()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DataClassificationService.BuilderbuilderDataClassificationService()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.ActionRequestReturningNonCollectionUnwrapped<ExactMatchClassificationResult>classifyExactMatches(String text, String timeoutInMs, List<String> sensitiveTypeIds, List<ContentClassification> contentClassifications)com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<ClassificationJobResponse>classifyFile(String file, List<String> sensitiveTypeIds)com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<ClassificationJobResponse>classifyText(String text, String fileExtension, List<String> sensitiveTypeIds, SensitiveTypeScope scopesToRun, MlClassificationMatchTolerance matchTolerancesToInclude)com.github.davidmoten.odata.client.internal.ChangedFieldsgetChangedFields()JobResponseBaseCollectionRequestgetClassifyFileJobs()JobResponseBaseCollectionRequestgetClassifyTextJobs()JobResponseBaseCollectionRequestgetEvaluateDlpPoliciesJobs()JobResponseBaseCollectionRequestgetEvaluateLabelJobs()ExactMatchDataStoreCollectionRequestgetExactMatchDataStores()ExactMatchUploadAgentCollectionRequestgetExactMatchUploadAgents()JobResponseBaseCollectionRequestgetJobs()SensitiveTypeCollectionRequestgetSensitiveTypes()SensitivityLabelCollectionRequestgetSensitivityLabels()com.github.davidmoten.odata.client.UnmappedFieldsgetUnmappedFields()StringodataTypeName()DataClassificationServicepatch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.voidpostInject(boolean addKeysToContextPath)DataClassificationServiceput()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).StringtoString()DataClassificationServicewithUnmappedField(String name, String value)
-
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
odataTypeNamein classEntity
-
builderDataClassificationService
public static DataClassificationService.Builder builderDataClassificationService()
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
-
getChangedFields
public com.github.davidmoten.odata.client.internal.ChangedFields getChangedFields()
- Specified by:
getChangedFieldsin interfacecom.github.davidmoten.odata.client.ODataEntityType- Overrides:
getChangedFieldsin classEntity
-
postInject
public void postInject(boolean addKeysToContextPath)
- Specified by:
postInjectin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
postInjectin classEntity
-
withUnmappedField
public DataClassificationService withUnmappedField(String name, String value)
- Overrides:
withUnmappedFieldin classEntity
-
getExactMatchDataStores
public ExactMatchDataStoreCollectionRequest getExactMatchDataStores()
-
getClassifyFileJobs
public JobResponseBaseCollectionRequest getClassifyFileJobs()
-
getClassifyTextJobs
public JobResponseBaseCollectionRequest getClassifyTextJobs()
-
getEvaluateDlpPoliciesJobs
public JobResponseBaseCollectionRequest getEvaluateDlpPoliciesJobs()
-
getEvaluateLabelJobs
public JobResponseBaseCollectionRequest getEvaluateLabelJobs()
-
getJobs
public JobResponseBaseCollectionRequest getJobs()
-
getSensitiveTypes
public SensitiveTypeCollectionRequest getSensitiveTypes()
-
getSensitivityLabels
public SensitivityLabelCollectionRequest getSensitivityLabels()
-
getExactMatchUploadAgents
public ExactMatchUploadAgentCollectionRequest getExactMatchUploadAgents()
-
getUnmappedFields
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
- Specified by:
getUnmappedFieldsin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
getUnmappedFieldsin classEntity
-
patch
public DataClassificationService patch()
Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.
-
put
public DataClassificationService put()
Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).
-
classifyFile
public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<ClassificationJobResponse> classifyFile(String file, List<String> sensitiveTypeIds)
-
classifyText
public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<ClassificationJobResponse> classifyText(String text, String fileExtension, List<String> sensitiveTypeIds, SensitiveTypeScope scopesToRun, MlClassificationMatchTolerance matchTolerancesToInclude)
-
classifyExactMatches
public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<ExactMatchClassificationResult> classifyExactMatches(String text, String timeoutInMs, List<String> sensitiveTypeIds, List<ContentClassification> contentClassifications)
-
-