Class BulkRequest<T>

java.lang.Object
com.miketheshadow.cryptolib.utils.bulkrequest.BulkRequest<T>

public class BulkRequest<T> extends Object
  • Constructor Details

  • Method Details

    • withDelay

      public void withDelay(int seconds)
    • withExtraDebug

      public void withExtraDebug()
    • get

      public List<T> get() throws RequestException
      Throws:
      RequestException
    • getCollectionType

      public static com.fasterxml.jackson.databind.JavaType getCollectionType(com.fasterxml.jackson.databind.ObjectMapper mapper, Class<?> collectionClass, Class<?>... elementClasses)