com.softlayer.api.service.user.Interface 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.user;
import com.softlayer.api.annotation.ApiType;
import com.softlayer.api.service.Entity;
/**
* A SoftLayer_User_Interface represents a generic user instance within the SoftLayer API. The SoftLayer API uses SoftLayer_User_Interfaces in cases where a user object could be one of many types of users. Currently the [[SoftLayer_User_Customer]] and [[SoftLayer_User_Employee]] classes are abstracted by this type.
*
* @see SoftLayer_User_Interface
*/
@ApiType("SoftLayer_User_Interface")
public class Interface extends Entity {
public static class Mask extends com.softlayer.api.service.Entity.Mask {
}
}