All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.browserstack.client.util.Constants Maven / Gradle / Ivy

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;
  }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy