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 Summary
Modifier and Type Method Description List<ValidationCode>getValidationCodes()Gets validation code which is used for Government Community Cloud customers qualification.BooleanisAddressValid(Address address)Checks if the address is valid or not.Methods inherited from interface com.microsoft.store.partnercenter.IPartnerComponent
getContext, getPartner
-
Method Details
-
getValidationCodes
List<ValidationCode> getValidationCodes()Gets validation code which is used for Government Community Cloud customers qualification.- Returns:
- List of validation codes.
-
isAddressValid
Checks if the address is valid or not.- Parameters:
address- The address to be validated.- Returns:
- true if the address is valid, false otherwise.
-