All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.softlayer.api.service.user.Interface Maven / Gradle / Ivy

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 {

    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy