com.softlayer.api.ServiceAsync 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
The newest version!
package com.softlayer.api;
/** Asynchronous service interface extended by individual async service interfaces */
public interface ServiceAsync extends Maskable, ResultLimitable {
}