Class ManagementCertificateWithThumbprint

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

    public class ManagementCertificateWithThumbprint
    extends Object
    implements com.github.davidmoten.odata.client.ODataType
    • 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 String certificate
      • thumbprint

        protected String thumbprint
    • Constructor Detail

      • ManagementCertificateWithThumbprint

        protected ManagementCertificateWithThumbprint()
    • Method Detail

      • odataTypeName

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

        public Optional<String> getCertificate()
        “The Base 64 encoded management certificate”
        Returns:
        property certificate
      • withCertificate

        public ManagementCertificateWithThumbprint withCertificate​(String 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.

        “The Base 64 encoded management certificate”

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

        public Optional<String> getThumbprint()
        “The thumbprint of the management certificate”
        Returns:
        property thumbprint
      • withThumbprint

        public ManagementCertificateWithThumbprint withThumbprint​(String thumbprint)
        Returns an immutable copy of this with just the thumbprint 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.

        “The thumbprint of the management certificate”

        Parameters:
        thumbprint - new value of thumbprint field (as defined in service metadata)
        Returns:
        immutable copy of this with just the thumbprint 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
      • builder

        public static ManagementCertificateWithThumbprint.Builder builder()
        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