public class PrintMargin extends Object implements com.github.davidmoten.odata.client.ODataType
| Modifier and Type | Class and Description |
|---|---|
static class |
PrintMargin.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected Integer |
bottom |
protected com.github.davidmoten.odata.client.ContextPath |
contextPath |
protected Integer |
left |
protected String |
odataType |
protected Integer |
right |
protected Integer |
top |
protected com.github.davidmoten.odata.client.internal.UnmappedFields |
unmappedFields |
| Modifier | Constructor and Description |
|---|---|
protected |
PrintMargin() |
| Modifier and Type | Method and Description |
|---|---|
static PrintMargin.Builder |
builder()
Returns a builder which is used to create a new
instance of this class (given that this class is immutable).
|
Optional<Integer> |
getBottom() |
Optional<Integer> |
getLeft() |
Optional<Integer> |
getRight() |
Optional<Integer> |
getTop() |
com.github.davidmoten.odata.client.internal.UnmappedFields |
getUnmappedFields() |
String |
odataTypeName() |
void |
postInject(boolean addKeysToContextPath) |
String |
toString() |
PrintMargin |
withBottom(Integer bottom) |
PrintMargin |
withLeft(Integer left) |
PrintMargin |
withRight(Integer right) |
PrintMargin |
withTop(Integer top) |
protected com.github.davidmoten.odata.client.ContextPath contextPath
protected com.github.davidmoten.odata.client.internal.UnmappedFields unmappedFields
protected String odataType
protected Integer top
protected Integer bottom
protected Integer right
protected Integer left
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypepublic PrintMargin withTop(Integer top)
public PrintMargin withBottom(Integer bottom)
public PrintMargin withRight(Integer right)
public PrintMargin withLeft(Integer left)
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 PrintMargin.Builder builder()
Copyright © 2018–2020. All rights reserved.