Class WindowsInformationProtectionDataRecoveryCertificate

  • All Implemented Interfaces:
    com.github.davidmoten.odata.client.ODataType

    public class WindowsInformationProtectionDataRecoveryCertificate
    extends Object
    implements com.github.davidmoten.odata.client.ODataType
    “Windows Information Protection DataRecoveryCertificate”
    • Field Detail

      • contextPath

        protected com.github.davidmoten.odata.client.ContextPath contextPath
      • unmappedFields

        protected com.github.davidmoten.odata.client.internal.UnmappedFieldsImpl unmappedFields
      • odataType

        protected String odataType
      • certificate

        protected byte[] certificate
      • description

        protected String description
      • subjectName

        protected String subjectName
    • Constructor Detail

      • WindowsInformationProtectionDataRecoveryCertificate

        protected WindowsInformationProtectionDataRecoveryCertificate()
    • Method Detail

      • odataTypeName

        public String odataTypeName()
        Specified by:
        odataTypeName in interface com.github.davidmoten.odata.client.ODataType
      • getCertificate

        public Optional<byte[]> getCertificate()
        “Data recovery Certificate”
        Returns:
        property certificate
      • withCertificate

        public WindowsInformationProtectionDataRecoveryCertificate withCertificate​(byte[] certificate)
        Returns an immutable copy of this with just the certificate field changed. Field description below. The field name is also added to an internal map of changed fields in the returned object so that when this. patch() is called (if available)on the returned object only the changed fields are submitted.

        “Data recovery Certificate”

        Parameters:
        certificate - new value of certificate field (as defined in service metadata)
        Returns:
        immutable copy of this with just the certificate field changed
      • getDescription

        public Optional<String> getDescription()
        “Data recovery Certificate description”
        Returns:
        property description
      • withDescription

        public WindowsInformationProtectionDataRecoveryCertificate withDescription​(String description)
        Returns an immutable copy of this with just the description field changed. Field description below. The field name is also added to an internal map of changed fields in the returned object so that when this. patch() is called (if available)on the returned object only the changed fields are submitted.

        “Data recovery Certificate description”

        Parameters:
        description - new value of description field (as defined in service metadata)
        Returns:
        immutable copy of this with just the description field changed
      • getExpirationDateTime

        public Optional<OffsetDateTime> getExpirationDateTime()
        “Data recovery Certificate expiration datetime”
        Returns:
        property expirationDateTime
      • withExpirationDateTime

        public WindowsInformationProtectionDataRecoveryCertificate withExpirationDateTime​(OffsetDateTime expirationDateTime)
        Returns an immutable copy of this with just the expirationDateTime field changed. Field description below. The field name is also added to an internal map of changed fields in the returned object so that when this.patch() is called (if available)on the returned object only the changed fields are submitted.

        “Data recovery Certificate expiration datetime”

        Parameters:
        expirationDateTime - new value of expirationDateTime field (as defined in service metadata)
        Returns:
        immutable copy of this with just the expirationDateTime field changed
      • getSubjectName

        public Optional<String> getSubjectName()
        “Data recovery Certificate subject name”
        Returns:
        property subjectName
      • withSubjectName

        public WindowsInformationProtectionDataRecoveryCertificate withSubjectName​(String subjectName)
        Returns an immutable copy of this with just the subjectName field changed. Field description below. The field name is also added to an internal map of changed fields in the returned object so that when this. patch() is called (if available)on the returned object only the changed fields are submitted.

        “Data recovery Certificate subject name”

        Parameters:
        subjectName - new value of subjectName field (as defined in service metadata)
        Returns:
        immutable copy of this with just the subjectName field changed
      • getUnmappedFields

        public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
        Specified by:
        getUnmappedFields in interface com.github.davidmoten.odata.client.ODataType
      • postInject

        public void postInject​(boolean addKeysToContextPath)
        Specified by:
        postInject in interface com.github.davidmoten.odata.client.ODataType