public class LabelDetails extends Object implements com.github.davidmoten.odata.client.ODataType
| Modifier and Type | Class and Description |
|---|---|
static class |
LabelDetails.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected String |
color |
protected com.github.davidmoten.odata.client.ContextPath |
contextPath |
protected String |
description |
protected String |
id |
protected Boolean |
isActive |
protected String |
name |
protected String |
odataType |
protected Integer |
sensitivity |
protected String |
tooltip |
protected com.github.davidmoten.odata.client.internal.UnmappedFields |
unmappedFields |
| Modifier | Constructor and Description |
|---|---|
protected |
LabelDetails() |
| Modifier and Type | Method and Description |
|---|---|
static LabelDetails.Builder |
builder()
Returns a builder which is used to create a new
instance of this class (given that this class is immutable).
|
Optional<String> |
getColor() |
Optional<String> |
getDescription() |
Optional<String> |
getId() |
Optional<Boolean> |
getIsActive() |
Optional<String> |
getName() |
Optional<Integer> |
getSensitivity() |
Optional<String> |
getTooltip() |
com.github.davidmoten.odata.client.internal.UnmappedFields |
getUnmappedFields() |
String |
odataTypeName() |
void |
postInject(boolean addKeysToContextPath) |
String |
toString() |
LabelDetails |
withColor(String color) |
LabelDetails |
withDescription(String description) |
LabelDetails |
withId(String id) |
LabelDetails |
withIsActive(Boolean isActive) |
LabelDetails |
withName(String name) |
LabelDetails |
withSensitivity(Integer sensitivity) |
LabelDetails |
withTooltip(String tooltip) |
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 color
protected Integer sensitivity
protected String tooltip
protected Boolean isActive
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypepublic LabelDetails withId(String id)
public LabelDetails withName(String name)
public LabelDetails withDescription(String description)
public LabelDetails withColor(String color)
public LabelDetails withSensitivity(Integer sensitivity)
public LabelDetails withTooltip(String tooltip)
public LabelDetails withIsActive(Boolean isActive)
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 LabelDetails.Builder builder()
Copyright © 2018–2020. All rights reserved.