Interface IValidationOperations

All Superinterfaces:
IPartnerComponent<String>, IPartnerComponentString
All Known Implementing Classes:
ValidationOperations

public interface IValidationOperations
extends IPartnerComponentString
Represents the behavior of a validation operations.
  • Method Details

    • getValidationCodes

      List<ValidationCode> getValidationCodes()
      Gets validation code which is used for Government Community Cloud customers qualification.
      Returns:
      List of validation codes.
    • isAddressValid

      Boolean isAddressValid​(Address address)
      Checks if the address is valid or not.
      Parameters:
      address - The address to be validated.
      Returns:
      true if the address is valid, false otherwise.