
com.bebound.spring.utils.C Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of spring-utils Show documentation
Show all versions of spring-utils Show documentation
Handle Be-Bound requests with a spring server
The newest version!
package com.bebound.spring.utils;
/**
* Created by mbiamont on 07/01/2016.
*/
public class C {
public static final class Parameter {
public static final String PARAM_TRANSPORT = "transport";
public static final String PARAM_USER_ID = "userId";
public static final String PARAM_APP_ID = "moduleId";
public static final String PARAM_APP_VERSION = "moduleVersion";
public static final String PARAM_PHONE_NUMBER = "phoneNumber";
public static final String PARAM_APP_NAME = "moduleName";
public static final String PARAM_OPERATION_NAME = "operation";
public static final String PARAM_PARAMETER_LIST = "params";
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy