public class EncryptWithTemplate extends EncryptContent implements com.github.davidmoten.odata.client.ODataType
| Modifier and Type | Class and Description |
|---|---|
static class |
EncryptWithTemplate.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
availableForEncryption |
protected String |
templateId |
protected com.github.davidmoten.odata.client.internal.UnmappedFields |
unmappedFields |
encryptWithcontextPath, name, odataType| Modifier | Constructor and Description |
|---|---|
protected |
EncryptWithTemplate() |
| Modifier and Type | Method and Description |
|---|---|
static EncryptWithTemplate.Builder |
builderEncryptWithTemplate()
Returns a builder which is used to create a new
instance of this class (given that this class is immutable).
|
Optional<Boolean> |
getAvailableForEncryption() |
Optional<String> |
getTemplateId() |
com.github.davidmoten.odata.client.internal.UnmappedFields |
getUnmappedFields() |
String |
odataTypeName() |
void |
postInject(boolean addKeysToContextPath) |
String |
toString() |
EncryptWithTemplate |
withAvailableForEncryption(Boolean availableForEncryption) |
EncryptWithTemplate |
withTemplateId(String templateId) |
getEncryptWith, withEncryptWithgetName, withNameprotected com.github.davidmoten.odata.client.internal.UnmappedFields unmappedFields
protected String templateId
protected Boolean availableForEncryption
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class EncryptContentpublic EncryptWithTemplate withTemplateId(String templateId)
public EncryptWithTemplate withAvailableForEncryption(Boolean availableForEncryption)
public com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class EncryptContentpublic void postInject(boolean addKeysToContextPath)
postInject in interface com.github.davidmoten.odata.client.ODataTypepostInject in class EncryptContentpublic static EncryptWithTemplate.Builder builderEncryptWithTemplate()
public String toString()
toString in class EncryptContentCopyright © 2018–2020. All rights reserved.