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