public class ComponentDetail extends Object implements com.github.davidmoten.odata.client.ODataType
| Modifier and Type | Class and Description |
|---|---|
static class |
ComponentDetail.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected com.github.davidmoten.odata.client.ContextPath |
contextPath |
protected String |
displayName |
protected String |
id |
protected String |
odataType |
protected String |
parentDisplayName |
protected String |
parentId |
protected String |
parentSchemaName |
protected String |
schemaName |
protected String |
solution |
protected Integer |
type |
protected com.github.davidmoten.odata.client.internal.UnmappedFieldsImpl |
unmappedFields |
| Modifier | Constructor and Description |
|---|---|
protected |
ComponentDetail() |
protected com.github.davidmoten.odata.client.ContextPath contextPath
protected com.github.davidmoten.odata.client.internal.UnmappedFieldsImpl unmappedFields
protected String odataType
protected Integer type
protected String schemaName
protected String displayName
protected String id
protected String parentSchemaName
protected String parentDisplayName
protected String parentId
protected String solution
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypepublic ComponentDetail withType(Integer type)
public ComponentDetail withSchemaName(String schemaName)
public ComponentDetail withDisplayName(String displayName)
public ComponentDetail withId(String id)
public ComponentDetail withParentSchemaName(String parentSchemaName)
public ComponentDetail withParentDisplayName(String parentDisplayName)
public ComponentDetail withParentId(String parentId)
public ComponentDetail withSolution(String solution)
public ComponentDetail withUnmappedField(String name, String value)
public 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 ComponentDetail.Builder builder()
Copyright © 2018–2020. All rights reserved.