public class EncryptWithUserDefinedRights extends EncryptContent implements com.github.davidmoten.odata.client.ODataType
| Modifier and Type | Class and Description |
|---|---|
static class |
EncryptWithUserDefinedRights.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
allowAdHocPermissions |
protected Boolean |
allowMailForwarding |
protected String |
decryptionRightsManagementTemplateId |
protected com.github.davidmoten.odata.client.internal.UnmappedFields |
unmappedFields |
encryptWithcontextPath, name, odataType| Modifier | Constructor and Description |
|---|---|
protected |
EncryptWithUserDefinedRights() |
| Modifier and Type | Method and Description |
|---|---|
static EncryptWithUserDefinedRights.Builder |
builderEncryptWithUserDefinedRights()
Returns a builder which is used to create a new
instance of this class (given that this class is immutable).
|
Optional<Boolean> |
getAllowAdHocPermissions() |
Optional<Boolean> |
getAllowMailForwarding() |
Optional<String> |
getDecryptionRightsManagementTemplateId() |
com.github.davidmoten.odata.client.internal.UnmappedFields |
getUnmappedFields() |
String |
odataTypeName() |
void |
postInject(boolean addKeysToContextPath) |
String |
toString() |
EncryptWithUserDefinedRights |
withAllowAdHocPermissions(Boolean allowAdHocPermissions) |
EncryptWithUserDefinedRights |
withAllowMailForwarding(Boolean allowMailForwarding) |
EncryptWithUserDefinedRights |
withDecryptionRightsManagementTemplateId(String decryptionRightsManagementTemplateId) |
getEncryptWith, withEncryptWithgetName, withNameprotected com.github.davidmoten.odata.client.internal.UnmappedFields unmappedFields
protected String decryptionRightsManagementTemplateId
protected Boolean allowMailForwarding
protected Boolean allowAdHocPermissions
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class EncryptContentpublic Optional<String> getDecryptionRightsManagementTemplateId()
public EncryptWithUserDefinedRights withDecryptionRightsManagementTemplateId(String decryptionRightsManagementTemplateId)
public EncryptWithUserDefinedRights withAllowMailForwarding(Boolean allowMailForwarding)
public EncryptWithUserDefinedRights withAllowAdHocPermissions(Boolean allowAdHocPermissions)
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 EncryptWithUserDefinedRights.Builder builderEncryptWithUserDefinedRights()
public String toString()
toString in class EncryptContentCopyright © 2018–2020. All rights reserved.