com.browserstack.client.util.Constants Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of automate-client-java Show documentation
Show all versions of automate-client-java Show documentation
Java bindings for BrowserStack Automate REST API
The newest version!
package com.browserstack.client.util;
public class Constants {
public class Filter{
public static final String LIMIT = "limit";
public static final String FILTER = "filter";
public static final String OFFSET = "offset";
public static final String BUILD_NAME = "name";
public static final int MAX_SESSIONS = 1000;
public static final int MAX_LIMIT = 100;
}
}