public class EncryptContent extends LabelActionBase implements com.github.davidmoten.odata.client.ODataType
| Modifier and Type | Field and Description |
|---|---|
protected EncryptWith |
encryptWith |
protected com.github.davidmoten.odata.client.internal.UnmappedFields |
unmappedFields |
contextPath, name, odataType| Modifier | Constructor and Description |
|---|---|
protected |
EncryptContent() |
| Modifier and Type | Method and Description |
|---|---|
Optional<EncryptWith> |
getEncryptWith() |
com.github.davidmoten.odata.client.internal.UnmappedFields |
getUnmappedFields() |
String |
odataTypeName() |
void |
postInject(boolean addKeysToContextPath) |
String |
toString() |
EncryptContent |
withEncryptWith(EncryptWith encryptWith) |
getName, withNameprotected com.github.davidmoten.odata.client.internal.UnmappedFields unmappedFields
protected EncryptWith encryptWith
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class LabelActionBasepublic Optional<EncryptWith> getEncryptWith()
public EncryptContent withEncryptWith(EncryptWith encryptWith)
public com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class LabelActionBasepublic void postInject(boolean addKeysToContextPath)
postInject in interface com.github.davidmoten.odata.client.ODataTypepostInject in class LabelActionBasepublic String toString()
toString in class LabelActionBaseCopyright © 2018–2020. All rights reserved.