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

com.softlayer.api.Service Maven / Gradle / Ivy

There is a newer version: 0.3.4
Show newest version
package com.softlayer.api;

/** Interface extended by individual service interfaces on types */
public interface Service extends Maskable, ResultLimitable {
    
    /** Get an async version of this service */
    public ServiceAsync asAsync();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy