com.softlayer.api.service.Entity 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.service;
import com.softlayer.api.annotation.ApiType;
/**
* @see SoftLayer_Entity
*/
@ApiType("SoftLayer_Entity")
public class Entity extends com.softlayer.api.Type {
public static class Mask extends com.softlayer.api.Mask {
}
}