Class ResponsibleSensitiveType
- java.lang.Object
-
- odata.msgraph.client.beta.complex.ResponsibleSensitiveType
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataType
public class ResponsibleSensitiveType extends Object implements com.github.davidmoten.odata.client.ODataType
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classResponsibleSensitiveType.Builder
-
Field Summary
Fields Modifier and Type Field Description protected com.github.davidmoten.odata.client.ContextPathcontextPathprotected Stringdescriptionprotected Stringidprotected Stringnameprotected StringodataTypeprotected StringpublisherNameprotected StringrulePackageIdprotected StringrulePackageTypeprotected com.github.davidmoten.odata.client.internal.UnmappedFieldsImplunmappedFields
-
Constructor Summary
Constructors Modifier Constructor Description protectedResponsibleSensitiveType()
-
Method Summary
-
-
-
Field Detail
-
contextPath
protected com.github.davidmoten.odata.client.ContextPath contextPath
-
unmappedFields
protected com.github.davidmoten.odata.client.internal.UnmappedFieldsImpl unmappedFields
-
odataType
protected String odataType
-
description
protected String description
-
id
protected String id
-
name
protected String name
-
publisherName
protected String publisherName
-
rulePackageId
protected String rulePackageId
-
rulePackageType
protected String rulePackageType
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType
-
withDescription
public ResponsibleSensitiveType withDescription(String description)
-
withId
public ResponsibleSensitiveType withId(String id)
-
withName
public ResponsibleSensitiveType withName(String name)
-
withPublisherName
public ResponsibleSensitiveType withPublisherName(String publisherName)
-
withRulePackageId
public ResponsibleSensitiveType withRulePackageId(String rulePackageId)
-
withRulePackageType
public ResponsibleSensitiveType withRulePackageType(String rulePackageType)
-
withUnmappedField
public ResponsibleSensitiveType withUnmappedField(String name, String value)
-
getUnmappedFields
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
- Specified by:
getUnmappedFieldsin interfacecom.github.davidmoten.odata.client.ODataType
-
postInject
public void postInject(boolean addKeysToContextPath)
- Specified by:
postInjectin interfacecom.github.davidmoten.odata.client.ODataType
-
builder
public static ResponsibleSensitiveType.Builder builder()
Returns a builder which is used to create a new instance of this class (given that this class is immutable).- Returns:
- a new Builder for this class
-
-