Class EncryptWithTemplate
- java.lang.Object
-
- odata.msgraph.client.beta.complex.LabelActionBase
-
- odata.msgraph.client.beta.complex.EncryptContent
-
- odata.msgraph.client.beta.complex.EncryptWithTemplate
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataType
public class EncryptWithTemplate extends EncryptContent implements com.github.davidmoten.odata.client.ODataType
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classEncryptWithTemplate.Builder
-
Field Summary
Fields Modifier and Type Field Description protected BooleanavailableForEncryptionprotected StringtemplateId-
Fields inherited from class odata.msgraph.client.beta.complex.EncryptContent
encryptWith
-
Fields inherited from class odata.msgraph.client.beta.complex.LabelActionBase
contextPath, name, odataType, unmappedFields
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedEncryptWithTemplate()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static EncryptWithTemplate.BuilderbuilderEncryptWithTemplate()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.UnmappedFieldsgetUnmappedFields()StringodataTypeName()voidpostInject(boolean addKeysToContextPath)StringtoString()EncryptWithTemplatewithAvailableForEncryption(Boolean availableForEncryption)EncryptWithTemplatewithTemplateId(String templateId)EncryptWithTemplatewithUnmappedField(String name, String value)-
Methods inherited from class odata.msgraph.client.beta.complex.EncryptContent
getEncryptWith, withEncryptWith
-
Methods inherited from class odata.msgraph.client.beta.complex.LabelActionBase
getName, withName
-
-
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
odataTypeNamein classEncryptContent
-
withAvailableForEncryption
public EncryptWithTemplate withAvailableForEncryption(Boolean availableForEncryption)
-
withTemplateId
public EncryptWithTemplate withTemplateId(String templateId)
-
withUnmappedField
public EncryptWithTemplate withUnmappedField(String name, String value)
- Overrides:
withUnmappedFieldin classEncryptContent
-
getUnmappedFields
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
- Specified by:
getUnmappedFieldsin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
getUnmappedFieldsin classEncryptContent
-
postInject
public void postInject(boolean addKeysToContextPath)
- Specified by:
postInjectin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
postInjectin classEncryptContent
-
builderEncryptWithTemplate
public static EncryptWithTemplate.Builder builderEncryptWithTemplate()
Returns a builder which is used to create a new instance of this class (given that this class is immutable).- Returns:
- a new Builder for this class
-
toString
public String toString()
- Overrides:
toStringin classEncryptContent
-
-