public class ResourceVisualization extends Object implements com.github.davidmoten.odata.client.ODataType
| Modifier and Type | Class and Description |
|---|---|
static class |
ResourceVisualization.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected String |
containerDisplayName |
protected String |
containerType |
protected String |
containerWebUrl |
protected com.github.davidmoten.odata.client.ContextPath |
contextPath |
protected String |
mediaType |
protected String |
odataType |
protected String |
previewImageUrl |
protected String |
previewText |
protected String |
title |
protected String |
type |
protected com.github.davidmoten.odata.client.internal.UnmappedFields |
unmappedFields |
| Modifier | Constructor and Description |
|---|---|
protected |
ResourceVisualization() |
protected com.github.davidmoten.odata.client.ContextPath contextPath
protected com.github.davidmoten.odata.client.internal.UnmappedFields unmappedFields
protected String odataType
protected String title
protected String type
protected String mediaType
protected String previewImageUrl
protected String previewText
protected String containerWebUrl
protected String containerDisplayName
protected String containerType
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypepublic ResourceVisualization withTitle(String title)
public ResourceVisualization withType(String type)
public ResourceVisualization withMediaType(String mediaType)
public ResourceVisualization withPreviewImageUrl(String previewImageUrl)
public ResourceVisualization withPreviewText(String previewText)
public ResourceVisualization withContainerWebUrl(String containerWebUrl)
public ResourceVisualization withContainerDisplayName(String containerDisplayName)
public ResourceVisualization withContainerType(String containerType)
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 ResourceVisualization.Builder builder()
Copyright © 2018–2020. All rights reserved.