Class DomainPropertiesVerificationStates


  • public final class DomainPropertiesVerificationStates
    extends Object
    List of VerificationStatusRecord.
    • Constructor Detail

      • DomainPropertiesVerificationStates

        public DomainPropertiesVerificationStates()
    • Method Detail

      • domain

        public VerificationStatusRecord domain()
        Get the domain property: A class that represents a VerificationStatus record.
        Returns:
        the domain value.
      • withDomain

        public DomainPropertiesVerificationStates withDomain​(VerificationStatusRecord domain)
        Set the domain property: A class that represents a VerificationStatus record.
        Parameters:
        domain - the domain value to set.
        Returns:
        the DomainPropertiesVerificationStates object itself.
      • spf

        public VerificationStatusRecord spf()
        Get the spf property: A class that represents a VerificationStatus record.
        Returns:
        the spf value.
      • dkim

        public VerificationStatusRecord dkim()
        Get the dkim property: A class that represents a VerificationStatus record.
        Returns:
        the dkim value.
      • dkim2

        public VerificationStatusRecord dkim2()
        Get the dkim2 property: A class that represents a VerificationStatus record.
        Returns:
        the dkim2 value.
      • dmarc

        public VerificationStatusRecord dmarc()
        Get the dmarc property: A class that represents a VerificationStatus record.
        Returns:
        the dmarc value.
      • validate

        public void validate()
        Validates the instance.
        Throws:
        IllegalArgumentException - thrown if the instance is not valid.