Class ParentLabelDetails
- java.lang.Object
-
- odata.msgraph.client.beta.complex.ParentLabelDetails
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataType
- Direct Known Subclasses:
LabelDetails
public class ParentLabelDetails extends Object implements com.github.davidmoten.odata.client.ODataType
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classParentLabelDetails.Builder
-
Field Summary
Fields Modifier and Type Field Description protected Stringcolorprotected com.github.davidmoten.odata.client.ContextPathcontextPathprotected Stringdescriptionprotected Stringidprotected BooleanisActiveprotected Stringnameprotected StringodataTypeprotected ParentLabelDetailsparentprotected Integersensitivityprotected Stringtooltipprotected com.github.davidmoten.odata.client.internal.UnmappedFieldsImplunmappedFields
-
Constructor Summary
Constructors Modifier Constructor Description protectedParentLabelDetails()
-
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
-
color
protected String color
-
description
protected String description
-
id
protected String id
-
isActive
protected Boolean isActive
-
name
protected String name
-
parent
protected ParentLabelDetails parent
-
sensitivity
protected Integer sensitivity
-
tooltip
protected String tooltip
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType
-
withColor
public ParentLabelDetails withColor(String color)
-
withDescription
public ParentLabelDetails withDescription(String description)
-
withId
public ParentLabelDetails withId(String id)
-
withIsActive
public ParentLabelDetails withIsActive(Boolean isActive)
-
withName
public ParentLabelDetails withName(String name)
-
getParent
public Optional<ParentLabelDetails> getParent()
-
withParent
public ParentLabelDetails withParent(ParentLabelDetails parent)
-
withSensitivity
public ParentLabelDetails withSensitivity(Integer sensitivity)
-
withTooltip
public ParentLabelDetails withTooltip(String tooltip)
-
withUnmappedField
public ParentLabelDetails 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 ParentLabelDetails.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
-
-