Class EncryptContent
- java.lang.Object
-
- odata.msgraph.client.beta.complex.LabelActionBase
-
- odata.msgraph.client.beta.complex.EncryptContent
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataType
- Direct Known Subclasses:
EncryptWithTemplate,EncryptWithUserDefinedRights
public class EncryptContent extends LabelActionBase implements com.github.davidmoten.odata.client.ODataType
-
-
Field Summary
Fields Modifier and Type Field Description protected EncryptWithencryptWith-
Fields inherited from class odata.msgraph.client.beta.complex.LabelActionBase
contextPath, name, odataType, unmappedFields
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedEncryptContent()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Optional<EncryptWith>getEncryptWith()com.github.davidmoten.odata.client.UnmappedFieldsgetUnmappedFields()StringodataTypeName()voidpostInject(boolean addKeysToContextPath)StringtoString()EncryptContentwithEncryptWith(EncryptWith encryptWith)EncryptContentwithUnmappedField(String name, String value)-
Methods inherited from class odata.msgraph.client.beta.complex.LabelActionBase
getName, withName
-
-
-
-
Field Detail
-
encryptWith
protected EncryptWith encryptWith
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
odataTypeNamein classLabelActionBase
-
getEncryptWith
public Optional<EncryptWith> getEncryptWith()
-
withEncryptWith
public EncryptContent withEncryptWith(EncryptWith encryptWith)
-
withUnmappedField
public EncryptContent withUnmappedField(String name, String value)
- Overrides:
withUnmappedFieldin classLabelActionBase
-
getUnmappedFields
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
- Specified by:
getUnmappedFieldsin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
getUnmappedFieldsin classLabelActionBase
-
postInject
public void postInject(boolean addKeysToContextPath)
- Specified by:
postInjectin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
postInjectin classLabelActionBase
-
toString
public String toString()
- Overrides:
toStringin classLabelActionBase
-
-