public class Component extends Object implements com.github.davidmoten.odata.client.ODataType
| Modifier and Type | Class and Description |
|---|---|
static class |
Component.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected String |
componentId |
protected Integer |
componentSubType |
protected Integer |
componentType |
protected com.github.davidmoten.odata.client.ContextPath |
contextPath |
protected String |
displayName |
protected String |
odataType |
protected String |
parentEntityId |
protected String |
parentEntityName |
protected String |
schemaName |
protected com.github.davidmoten.odata.client.internal.UnmappedFieldsImpl |
unmappedFields |
| Modifier | Constructor and Description |
|---|---|
protected |
Component() |
protected com.github.davidmoten.odata.client.ContextPath contextPath
protected com.github.davidmoten.odata.client.internal.UnmappedFieldsImpl unmappedFields
protected String odataType
protected String displayName
protected String schemaName
protected Integer componentType
protected Integer componentSubType
protected String componentId
protected String parentEntityId
protected String parentEntityName
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypepublic com.github.davidmoten.odata.client.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 Component.Builder builder()
Copyright © 2018–2020. All rights reserved.