public class DataClassificationService extends Entity implements com.github.davidmoten.odata.client.ODataEntityType
| Modifier and Type | Class and Description |
|---|---|
static class |
DataClassificationService.Builder |
changedFields, contextPath, id, odataType, unmappedFields| Modifier | Constructor and Description |
|---|---|
protected |
DataClassificationService() |
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class Entitypublic static DataClassificationService.Builder builderDataClassificationService()
public com.github.davidmoten.odata.client.internal.ChangedFields getChangedFields()
getChangedFields in interface com.github.davidmoten.odata.client.ODataEntityTypegetChangedFields in class Entitypublic void postInject(boolean addKeysToContextPath)
postInject in interface com.github.davidmoten.odata.client.ODataTypepostInject in class Entitypublic ExactMatchDataStoreCollectionRequest getExactMatchDataStores()
public SensitiveTypeCollectionRequest getSensitiveTypes()
public JobResponseBaseCollectionRequest getJobs()
public JobResponseBaseCollectionRequest getClassifyFileJobs()
public JobResponseBaseCollectionRequest getClassifyTextJobs()
public JobResponseBaseCollectionRequest getEvaluateLabelJobs()
public JobResponseBaseCollectionRequest getEvaluateDlpPoliciesJobs()
public JobResponseBaseCollectionRequest getLabelsAndPoliciesEvaluationJobs()
public TextClassificationRequestCollectionRequest getClassifyText()
public FileClassificationRequestCollectionRequest getClassifyFile()
public SensitivityLabelCollectionRequest getSensitivityLabels()
public ExactMatchUploadAgentCollectionRequest getExactMatchUploadAgents()
public com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class Entitypublic DataClassificationService patch()
this with changed fields reset.public DataClassificationService put()
this
with changed fields reset (they were ignored anyway).public com.github.davidmoten.odata.client.ActionRequestReturningNonCollection<ExactMatchClassificationResult> classifyExactMatches(String text, String timeoutInMs, List<String> sensitiveTypeIds, List<ContentClassification> contentClassifications)
Copyright © 2018–2020. All rights reserved.