public class ProtectionProperties extends ResourceBase
Constructor and Description |
---|
ProtectionProperties() |
Modifier and Type | Method and Description |
---|---|
ProtectionProperties |
encryptDocumentProperties(Boolean encryptDocumentProperties) |
boolean |
equals(Object o) |
int |
hashCode() |
Boolean |
isEncryptDocumentProperties()
True if document properties are encrypted.
|
Boolean |
isReadOnlyRecommended()
True if the document should be opened as read-only.
|
ProtectionProperties |
readOnlyRecommended(Boolean readOnlyRecommended) |
void |
setEncryptDocumentProperties(Boolean encryptDocumentProperties) |
void |
setReadOnlyRecommended(Boolean readOnlyRecommended) |
String |
toString() |
addAlternateLinksItem, alternateLinks, getAlternateLinks, getSelfUri, selfUri, setAlternateLinks, setSelfUri
public ProtectionProperties encryptDocumentProperties(Boolean encryptDocumentProperties)
public Boolean isEncryptDocumentProperties()
public void setEncryptDocumentProperties(Boolean encryptDocumentProperties)
public ProtectionProperties readOnlyRecommended(Boolean readOnlyRecommended)
public Boolean isReadOnlyRecommended()
public void setReadOnlyRecommended(Boolean readOnlyRecommended)
public boolean equals(Object o)
equals
in class ResourceBase
public int hashCode()
hashCode
in class ResourceBase
public String toString()
toString
in class ResourceBase
Copyright © 2021. All rights reserved.