Package com.softlayer.api.service.user
Class Interface
java.lang.Object
com.softlayer.api.Type
com.softlayer.api.service.Entity
com.softlayer.api.service.user.Interface
@ApiType("SoftLayer_User_Interface") public class Interface extends 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 Also:
- SoftLayer_User_Interface
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
Interface.Mask
-
Field Summary
-
Constructor Summary
Constructors Constructor Description Interface()
-
Method Summary
-
Constructor Details
-
Interface
public Interface()
-