Class ClientInfoParamsValidator


  • public class ClientInfoParamsValidator
    extends java.lang.Object
    Validates the parameters received for the client info web service.
    Author:
    Javier Rojas Blum Date: 07.19.2012
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static boolean validateParams​(java.lang.String accessToken)
      Validates the parameters for a client info request.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ClientInfoParamsValidator

        public ClientInfoParamsValidator()
    • Method Detail

      • validateParams

        public static boolean validateParams​(java.lang.String accessToken)
        Validates the parameters for a client info request.
        Parameters:
        accessToken -
        Returns:
        Returns true when all the parameters are valid.