public class OmaSettingBase64 extends OmaSetting implements com.github.davidmoten.odata.client.ODataType
| Modifier and Type | Class and Description |
|---|---|
static class |
OmaSettingBase64.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected String |
fileName |
protected com.github.davidmoten.odata.client.internal.UnmappedFields |
unmappedFields |
protected String |
value |
contextPath, description, displayName, odataType, omaUri| Modifier | Constructor and Description |
|---|---|
protected |
OmaSettingBase64() |
| Modifier and Type | Method and Description |
|---|---|
static OmaSettingBase64.Builder |
builderOmaSettingBase64()
Returns a builder which is used to create a new
instance of this class (given that this class is immutable).
|
Optional<String> |
getFileName()
“File name associated with the Value property (*.cer | *.crt | *.p7b | *.bin).”
|
com.github.davidmoten.odata.client.internal.UnmappedFields |
getUnmappedFields() |
Optional<String> |
getValue()
“Value.
|
String |
odataTypeName() |
void |
postInject(boolean addKeysToContextPath) |
String |
toString() |
OmaSettingBase64 |
withFileName(String fileName)
Returns an immutable copy of
this with just the fileName field
changed. |
OmaSettingBase64 |
withValue(String value)
Returns an immutable copy of
this with just the value field
changed. |
getDescription, getDisplayName, getOmaUri, withDescription, withDisplayName, withOmaUriprotected com.github.davidmoten.odata.client.internal.UnmappedFields unmappedFields
protected String fileName
protected String value
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class OmaSettingpublic Optional<String> getFileName()
public OmaSettingBase64 withFileName(String fileName)
this with just the fileName 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.
“File name associated with the Value property (*.cer | *.crt | *.p7b | *.bin).”
fileName - new value of fileName field (as defined in service metadata)this with just the fileName field changedpublic Optional<String> getValue()
public OmaSettingBase64 withValue(String value)
this with just the value 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.
“Value. (Base64 encoded string)”
value - new value of value field (as defined in service metadata)this with just the value field changedpublic com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class OmaSettingpublic void postInject(boolean addKeysToContextPath)
postInject in interface com.github.davidmoten.odata.client.ODataTypepostInject in class OmaSettingpublic static OmaSettingBase64.Builder builderOmaSettingBase64()
public String toString()
toString in class OmaSettingCopyright © 2018–2020. All rights reserved.