public class VisualInfo extends Object implements com.github.davidmoten.odata.client.ODataType
| Modifier and Type | Class and Description |
|---|---|
static class |
VisualInfo.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected ImageInfo |
attribution |
protected String |
backgroundColor |
protected Json |
content |
protected com.github.davidmoten.odata.client.ContextPath |
contextPath |
protected String |
description |
protected String |
displayText |
protected String |
odataType |
protected com.github.davidmoten.odata.client.internal.UnmappedFields |
unmappedFields |
| Modifier | Constructor and Description |
|---|---|
protected |
VisualInfo() |
| Modifier and Type | Method and Description |
|---|---|
static VisualInfo.Builder |
builder()
Returns a builder which is used to create a new
instance of this class (given that this class is immutable).
|
Optional<ImageInfo> |
getAttribution() |
Optional<String> |
getBackgroundColor() |
Optional<Json> |
getContent() |
Optional<String> |
getDescription() |
Optional<String> |
getDisplayText() |
com.github.davidmoten.odata.client.internal.UnmappedFields |
getUnmappedFields() |
String |
odataTypeName() |
void |
postInject(boolean addKeysToContextPath) |
String |
toString() |
VisualInfo |
withAttribution(ImageInfo attribution) |
VisualInfo |
withBackgroundColor(String backgroundColor) |
VisualInfo |
withContent(Json content) |
VisualInfo |
withDescription(String description) |
VisualInfo |
withDisplayText(String displayText) |
protected com.github.davidmoten.odata.client.ContextPath contextPath
protected com.github.davidmoten.odata.client.internal.UnmappedFields unmappedFields
protected String odataType
protected ImageInfo attribution
protected String backgroundColor
protected String description
protected String displayText
protected Json content
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypepublic VisualInfo withAttribution(ImageInfo attribution)
public VisualInfo withBackgroundColor(String backgroundColor)
public VisualInfo withDescription(String description)
public VisualInfo withDisplayText(String displayText)
public VisualInfo withContent(Json content)
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 VisualInfo.Builder builder()
Copyright © 2018–2020. All rights reserved.