public class ResponsibleSensitiveType extends Object implements com.github.davidmoten.odata.client.ODataType
| Modifier and Type | Class and Description |
|---|---|
static class |
ResponsibleSensitiveType.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected com.github.davidmoten.odata.client.ContextPath |
contextPath |
protected String |
description |
protected String |
id |
protected String |
name |
protected String |
odataType |
protected String |
publisherName |
protected String |
rulePackageId |
protected String |
rulePackageType |
protected com.github.davidmoten.odata.client.internal.UnmappedFields |
unmappedFields |
| Modifier | Constructor and Description |
|---|---|
protected |
ResponsibleSensitiveType() |
| Modifier and Type | Method and Description |
|---|---|
static ResponsibleSensitiveType.Builder |
builder()
Returns a builder which is used to create a new
instance of this class (given that this class is immutable).
|
Optional<String> |
getDescription() |
Optional<String> |
getId() |
Optional<String> |
getName() |
Optional<String> |
getPublisherName() |
Optional<String> |
getRulePackageId() |
Optional<String> |
getRulePackageType() |
com.github.davidmoten.odata.client.internal.UnmappedFields |
getUnmappedFields() |
String |
odataTypeName() |
void |
postInject(boolean addKeysToContextPath) |
String |
toString() |
ResponsibleSensitiveType |
withDescription(String description) |
ResponsibleSensitiveType |
withId(String id) |
ResponsibleSensitiveType |
withName(String name) |
ResponsibleSensitiveType |
withPublisherName(String publisherName) |
ResponsibleSensitiveType |
withRulePackageId(String rulePackageId) |
ResponsibleSensitiveType |
withRulePackageType(String rulePackageType) |
protected com.github.davidmoten.odata.client.ContextPath contextPath
protected com.github.davidmoten.odata.client.internal.UnmappedFields unmappedFields
protected String odataType
protected String id
protected String name
protected String description
protected String rulePackageId
protected String rulePackageType
protected String publisherName
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypepublic ResponsibleSensitiveType withId(String id)
public ResponsibleSensitiveType withName(String name)
public ResponsibleSensitiveType withDescription(String description)
public ResponsibleSensitiveType withRulePackageId(String rulePackageId)
public ResponsibleSensitiveType withRulePackageType(String rulePackageType)
public ResponsibleSensitiveType withPublisherName(String publisherName)
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 ResponsibleSensitiveType.Builder builder()
Copyright © 2018–2020. All rights reserved.