Class RegenerateTestKeyRequestPayload


  • public final class RegenerateTestKeyRequestPayload
    extends Object
    Regenerate test key request payload.
    • Constructor Detail

      • RegenerateTestKeyRequestPayload

        public RegenerateTestKeyRequestPayload()
    • Method Detail

      • keyType

        public TestKeyType keyType()
        Get the keyType property: Type of the test key.
        Returns:
        the keyType value.
      • withKeyType

        public RegenerateTestKeyRequestPayload withKeyType​(TestKeyType keyType)
        Set the keyType property: Type of the test key.
        Parameters:
        keyType - the keyType value to set.
        Returns:
        the RegenerateTestKeyRequestPayload object itself.
      • validate

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