Class Department


  • @ApiType("SoftLayer_User_Employee_Department")
    public class Department
    extends Entity
    SoftLayer_User_Employee_Department models a department within SoftLayer's internal employee hierarchy. Common departments include Support, Sales, Accounting, Development, Systems, and Networking.
    See Also:
    SoftLayer_User_Employee_Department
    • Constructor Detail

      • Department

        public Department()
    • Method Detail

      • getName

        public String getName()
      • setName

        public void setName​(String name)
      • isNameSpecified

        public boolean isNameSpecified()
      • unsetName

        public void unsetName()