public class EvaluateLabelJobResult extends Object implements com.github.davidmoten.odata.client.ODataType
| Modifier and Type | Class and Description |
|---|---|
static class |
EvaluateLabelJobResult.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected com.github.davidmoten.odata.client.ContextPath |
contextPath |
protected String |
odataType |
protected ResponsiblePolicy |
responsiblePolicy |
protected List<ResponsibleSensitiveType> |
responsibleSensitiveTypes |
protected String |
responsibleSensitiveTypesNextLink |
protected MatchingLabel |
sensitivityLabel |
protected com.github.davidmoten.odata.client.internal.UnmappedFields |
unmappedFields |
| Modifier | Constructor and Description |
|---|---|
protected |
EvaluateLabelJobResult() |
| Modifier and Type | Method and Description |
|---|---|
static EvaluateLabelJobResult.Builder |
builder()
Returns a builder which is used to create a new
instance of this class (given that this class is immutable).
|
Optional<ResponsiblePolicy> |
getResponsiblePolicy() |
com.github.davidmoten.odata.client.CollectionPage<ResponsibleSensitiveType> |
getResponsibleSensitiveTypes() |
com.github.davidmoten.odata.client.CollectionPage<ResponsibleSensitiveType> |
getResponsibleSensitiveTypes(com.github.davidmoten.odata.client.HttpRequestOptions options) |
Optional<MatchingLabel> |
getSensitivityLabel() |
com.github.davidmoten.odata.client.internal.UnmappedFields |
getUnmappedFields() |
String |
odataTypeName() |
void |
postInject(boolean addKeysToContextPath) |
String |
toString() |
EvaluateLabelJobResult |
withResponsiblePolicy(ResponsiblePolicy responsiblePolicy) |
EvaluateLabelJobResult |
withSensitivityLabel(MatchingLabel sensitivityLabel) |
protected com.github.davidmoten.odata.client.ContextPath contextPath
protected com.github.davidmoten.odata.client.internal.UnmappedFields unmappedFields
protected String odataType
protected MatchingLabel sensitivityLabel
protected List<ResponsibleSensitiveType> responsibleSensitiveTypes
protected String responsibleSensitiveTypesNextLink
protected ResponsiblePolicy responsiblePolicy
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypepublic Optional<MatchingLabel> getSensitivityLabel()
public EvaluateLabelJobResult withSensitivityLabel(MatchingLabel sensitivityLabel)
public com.github.davidmoten.odata.client.CollectionPage<ResponsibleSensitiveType> getResponsibleSensitiveTypes()
public com.github.davidmoten.odata.client.CollectionPage<ResponsibleSensitiveType> getResponsibleSensitiveTypes(com.github.davidmoten.odata.client.HttpRequestOptions options)
public Optional<ResponsiblePolicy> getResponsiblePolicy()
public EvaluateLabelJobResult withResponsiblePolicy(ResponsiblePolicy responsiblePolicy)
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 EvaluateLabelJobResult.Builder builder()
Copyright © 2018–2020. All rights reserved.