public class OmaSetting extends Object implements com.github.davidmoten.odata.client.ODataType
| Modifier and Type | Field and Description |
|---|---|
protected com.github.davidmoten.odata.client.ContextPath |
contextPath |
protected String |
description |
protected String |
displayName |
protected String |
odataType |
protected String |
omaUri |
protected com.github.davidmoten.odata.client.internal.UnmappedFields |
unmappedFields |
| Modifier | Constructor and Description |
|---|---|
protected |
OmaSetting() |
| Modifier and Type | Method and Description |
|---|---|
Optional<String> |
getDescription()
“Description.”
|
Optional<String> |
getDisplayName()
“Display Name.”
|
Optional<String> |
getOmaUri()
“OMA.”
|
com.github.davidmoten.odata.client.internal.UnmappedFields |
getUnmappedFields() |
String |
odataTypeName() |
void |
postInject(boolean addKeysToContextPath) |
String |
toString() |
OmaSetting |
withDescription(String description)
Returns an immutable copy of
this with just the description
field changed. |
OmaSetting |
withDisplayName(String displayName)
Returns an immutable copy of
this with just the displayName
field changed. |
OmaSetting |
withOmaUri(String omaUri)
Returns an immutable copy of
this with just the omaUri field
changed. |
protected com.github.davidmoten.odata.client.ContextPath contextPath
protected com.github.davidmoten.odata.client.internal.UnmappedFields unmappedFields
protected String odataType
protected String displayName
protected String description
protected String omaUri
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypepublic Optional<String> getDisplayName()
public OmaSetting withDisplayName(String displayName)
this with just the displayName
field changed. Field description below. The field name is also added to an
internal map of changed fields in the returned object so that when this.
patch() is called (if available)on the returned object only the changed fields
are submitted.
“Display Name.”
displayName - new value of displayName field (as defined in service metadata)this with just the displayName field changedpublic Optional<String> getDescription()
public OmaSetting withDescription(String description)
this with just the description
field changed. Field description below. The field name is also added to an
internal map of changed fields in the returned object so that when this.
patch() is called (if available)on the returned object only the changed fields
are submitted.
“Description.”
description - new value of description field (as defined in service metadata)this with just the description field changedpublic OmaSetting withOmaUri(String omaUri)
this with just the omaUri field
changed. Field description below. The field name is also added to an internal
map of changed fields in the returned object so that when this.patch()
is called (if available)on the returned object only the changed fields are
submitted.
“OMA.”
omaUri - new value of omaUri field (as defined in service metadata)this with just the omaUri field changedpublic 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.ODataTypeCopyright © 2018–2020. All rights reserved.