com.softlayer.api.Service Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of softlayer-api-client Show documentation
Show all versions of softlayer-api-client Show documentation
API client for accessing the SoftLayer API
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();
}