public class Area extends Object implements com.github.davidmoten.odata.client.ODataEntityType
| Modifier and Type | Class and Description |
|---|---|
static class |
Area.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected String |
areaId |
protected String |
areaLevel1 |
protected String |
areaLevel10 |
protected String |
areaLevel11 |
protected String |
areaLevel12 |
protected String |
areaLevel13 |
protected String |
areaLevel14 |
protected String |
areaLevel2 |
protected String |
areaLevel3 |
protected String |
areaLevel4 |
protected String |
areaLevel5 |
protected String |
areaLevel6 |
protected String |
areaLevel7 |
protected String |
areaLevel8 |
protected String |
areaLevel9 |
protected String |
areaName |
protected String |
areaPath |
protected String |
areaSK |
protected com.github.davidmoten.odata.client.internal.ChangedFields |
changedFields |
protected com.github.davidmoten.odata.client.ContextPath |
contextPath |
protected Integer |
depth |
protected Integer |
number |
protected String |
odataType |
protected String |
projectSK |
protected com.github.davidmoten.odata.client.internal.UnmappedFieldsImpl |
unmappedFields |
| Modifier | Constructor and Description |
|---|---|
protected |
Area() |
protected com.github.davidmoten.odata.client.ContextPath contextPath
protected com.github.davidmoten.odata.client.internal.UnmappedFieldsImpl unmappedFields
protected com.github.davidmoten.odata.client.internal.ChangedFields changedFields
protected String odataType
protected String projectSK
protected String areaSK
protected String areaId
protected String areaName
protected Integer number
protected String areaPath
protected String areaLevel1
protected String areaLevel2
protected String areaLevel3
protected String areaLevel4
protected String areaLevel5
protected String areaLevel6
protected String areaLevel7
protected String areaLevel8
protected String areaLevel9
protected String areaLevel10
protected String areaLevel11
protected String areaLevel12
protected String areaLevel13
protected String areaLevel14
protected Integer depth
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypepublic static Area.Builder builder()
public com.github.davidmoten.odata.client.internal.ChangedFields getChangedFields()
getChangedFields in interface com.github.davidmoten.odata.client.ODataEntityTypepublic void postInject(boolean addKeysToContextPath)
postInject in interface com.github.davidmoten.odata.client.ODataTypepublic ProjectRequest getProject()
public TeamCollectionRequest getTeams()
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypepublic Area patch()
this with changed fields reset.this with changed fields resetcom.github.davidmoten.odata.client.ClientException - if HTTP response is not as expectedpublic Area put()
this
with changed fields reset (they were ignored anyway).this with changed fields resetcom.github.davidmoten.odata.client.ClientException - if HTTP response is not as expectedCopyright © 2018–2021. All rights reserved.