
com.riskified.validations.Validation Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of riskified-sdk Show documentation
Show all versions of riskified-sdk Show documentation
Risikified rest api SDK for java
The newest version!
package com.riskified.validations;
/*
* According to the validation type object that will be posted to the server will be validated.
* None = No validation at ALL
* Weak = Only shallow validation
* All = All object (including inner objects) will be validated
*/
public enum Validation {
NONE,
IGNORE_MISSING,
ALL
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy