Package odata.msgraph.client.complex
Class ResourceVisualization
- java.lang.Object
-
- odata.msgraph.client.complex.ResourceVisualization
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataType
public class ResourceVisualization extends Object implements com.github.davidmoten.odata.client.ODataType
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classResourceVisualization.Builder
-
Field Summary
Fields Modifier and Type Field Description protected StringcontainerDisplayNameprotected StringcontainerTypeprotected StringcontainerWebUrlprotected com.github.davidmoten.odata.client.ContextPathcontextPathprotected StringmediaTypeprotected StringodataTypeprotected StringpreviewImageUrlprotected StringpreviewTextprotected Stringtitleprotected Stringtypeprotected com.github.davidmoten.odata.client.internal.UnmappedFieldsImplunmappedFields
-
Constructor Summary
Constructors Modifier Constructor Description protectedResourceVisualization()
-
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
-
containerDisplayName
protected String containerDisplayName
-
containerType
protected String containerType
-
containerWebUrl
protected String containerWebUrl
-
mediaType
protected String mediaType
-
previewImageUrl
protected String previewImageUrl
-
previewText
protected String previewText
-
title
protected String title
-
type
protected String type
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType
-
withContainerDisplayName
public ResourceVisualization withContainerDisplayName(String containerDisplayName)
-
withContainerType
public ResourceVisualization withContainerType(String containerType)
-
withContainerWebUrl
public ResourceVisualization withContainerWebUrl(String containerWebUrl)
-
withMediaType
public ResourceVisualization withMediaType(String mediaType)
-
withPreviewImageUrl
public ResourceVisualization withPreviewImageUrl(String previewImageUrl)
-
withPreviewText
public ResourceVisualization withPreviewText(String previewText)
-
withTitle
public ResourceVisualization withTitle(String title)
-
withType
public ResourceVisualization withType(String type)
-
withUnmappedField
public ResourceVisualization 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 ResourceVisualization.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
-
-