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

com.google.appengine.api.taskqueue.TaskOptions Maven / Gradle / Ivy

package com.google.appengine.api.taskqueue;

/**
 *
 * @author os
 */
public class TaskOptions {
    
    public TaskOptions param(String name, String value) {
        throw new UnsupportedOperationException("Not supported yet.");
    }
    
    public static final class Builder {
        public static TaskOptions withUrl(String url) {
            throw new UnsupportedOperationException("Not supported yet.");
        }
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy