public class SensitiveType extends Entity implements com.github.davidmoten.odata.client.ODataEntityType
| Modifier and Type | Class and Description |
|---|---|
static class |
SensitiveType.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected ClassificationMethod |
classificationMethod |
protected String |
description |
protected String |
name |
protected String |
publisherName |
protected String |
rulePackageId |
protected String |
rulePackageType |
protected SensitiveTypeScope |
scope |
protected SensitiveTypeSource |
sensitiveTypeSource |
protected String |
state |
changedFields, contextPath, id, odataType, unmappedFields| Modifier | Constructor and Description |
|---|---|
protected |
SensitiveType() |
protected String name
protected String description
protected String rulePackageId
protected String rulePackageType
protected String publisherName
protected String state
protected SensitiveTypeScope scope
protected SensitiveTypeSource sensitiveTypeSource
protected ClassificationMethod classificationMethod
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class Entitypublic static SensitiveType.Builder builderSensitiveType()
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 SensitiveType withName(String name)
public SensitiveType withDescription(String description)
public SensitiveType withRulePackageId(String rulePackageId)
public SensitiveType withRulePackageType(String rulePackageType)
public SensitiveType withPublisherName(String publisherName)
public SensitiveType withState(String state)
public Optional<SensitiveTypeScope> getScope()
public SensitiveType withScope(SensitiveTypeScope scope)
public Optional<SensitiveTypeSource> getSensitiveTypeSource()
public SensitiveType withSensitiveTypeSource(SensitiveTypeSource sensitiveTypeSource)
public Optional<ClassificationMethod> getClassificationMethod()
public SensitiveType withClassificationMethod(ClassificationMethod classificationMethod)
public com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class Entitypublic SensitiveType patch()
this with changed fields reset.public SensitiveType put()
this
with changed fields reset (they were ignored anyway).Copyright © 2018–2020. All rights reserved.