public class ContentTypeOrder extends Object implements com.github.davidmoten.odata.client.ODataType
| Modifier and Type | Class and Description |
|---|---|
static class |
ContentTypeOrder.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected com.github.davidmoten.odata.client.ContextPath |
contextPath |
protected Boolean |
default_ |
protected String |
odataType |
protected Integer |
position |
protected com.github.davidmoten.odata.client.internal.UnmappedFields |
unmappedFields |
| Modifier | Constructor and Description |
|---|---|
protected |
ContentTypeOrder() |
| Modifier and Type | Method and Description |
|---|---|
static ContentTypeOrder.Builder |
builder()
Returns a builder which is used to create a new
instance of this class (given that this class is immutable).
|
Optional<Boolean> |
getDefault() |
Optional<Integer> |
getPosition() |
com.github.davidmoten.odata.client.internal.UnmappedFields |
getUnmappedFields() |
String |
odataTypeName() |
void |
postInject(boolean addKeysToContextPath) |
String |
toString() |
ContentTypeOrder |
withDefault(Boolean default_) |
ContentTypeOrder |
withPosition(Integer position) |
protected com.github.davidmoten.odata.client.ContextPath contextPath
protected com.github.davidmoten.odata.client.internal.UnmappedFields unmappedFields
protected String odataType
protected Boolean default_
protected Integer position
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypepublic ContentTypeOrder withDefault(Boolean default_)
public ContentTypeOrder withPosition(Integer position)
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 ContentTypeOrder.Builder builder()
Copyright © 2018–2020. All rights reserved.