public class DlpEvaluatePoliciesRequest extends Object implements com.github.davidmoten.odata.client.ODataType
| Modifier and Type | Class and Description |
|---|---|
static class |
DlpEvaluatePoliciesRequest.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected com.github.davidmoten.odata.client.ContextPath |
contextPath |
protected DlpEvaluationInput |
evaluationInput |
protected DlpNotification |
notificationInfo |
protected String |
odataType |
protected String |
target |
protected com.github.davidmoten.odata.client.internal.UnmappedFields |
unmappedFields |
| Modifier | Constructor and Description |
|---|---|
protected |
DlpEvaluatePoliciesRequest() |
| Modifier and Type | Method and Description |
|---|---|
static DlpEvaluatePoliciesRequest.Builder |
builder()
Returns a builder which is used to create a new
instance of this class (given that this class is immutable).
|
Optional<DlpEvaluationInput> |
getEvaluationInput() |
Optional<DlpNotification> |
getNotificationInfo() |
Optional<String> |
getTarget() |
com.github.davidmoten.odata.client.internal.UnmappedFields |
getUnmappedFields() |
String |
odataTypeName() |
void |
postInject(boolean addKeysToContextPath) |
String |
toString() |
DlpEvaluatePoliciesRequest |
withEvaluationInput(DlpEvaluationInput evaluationInput) |
DlpEvaluatePoliciesRequest |
withNotificationInfo(DlpNotification notificationInfo) |
DlpEvaluatePoliciesRequest |
withTarget(String target) |
protected com.github.davidmoten.odata.client.ContextPath contextPath
protected com.github.davidmoten.odata.client.internal.UnmappedFields unmappedFields
protected String odataType
protected String target
protected DlpEvaluationInput evaluationInput
protected DlpNotification notificationInfo
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypepublic DlpEvaluatePoliciesRequest withTarget(String target)
public Optional<DlpEvaluationInput> getEvaluationInput()
public DlpEvaluatePoliciesRequest withEvaluationInput(DlpEvaluationInput evaluationInput)
public Optional<DlpNotification> getNotificationInfo()
public DlpEvaluatePoliciesRequest withNotificationInfo(DlpNotification notificationInfo)
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 DlpEvaluatePoliciesRequest.Builder builder()
Copyright © 2018–2020. All rights reserved.