Class Employee


@ApiType("SoftLayer_Ticket_Update_Employee")
public class Employee
extends Update
The SoftLayer_Ticket_Update_Employee data type models an update to a ticket made by a SoftLayer employee.
See Also:
SoftLayer_Ticket_Update_Employee
  • Field Details

    • responseRating

      @ApiProperty(canBeNullOrNotSet=true) protected Long responseRating
      A ticket update's response rating. Ticket updates posted by SoftLayer employees have the option of earning a rating from SoftLayer's customers. Ratings are based on a 1 - 5 scale, with one being a poor rating while 5 is a very high rating. This is only used if a ticket update's ''editorType'' property is "EMPLOYEE".
    • responseRatingSpecified

      protected boolean responseRatingSpecified
  • Constructor Details

    • Employee

      public Employee()
  • Method Details

    • getResponseRating

      public Long getResponseRating()
    • setResponseRating

      public void setResponseRating​(Long responseRating)
    • isResponseRatingSpecified

      public boolean isResponseRatingSpecified()
    • unsetResponseRating

      public void unsetResponseRating()
    • asService

      public Employee.Service asService​(ApiClient client)
    • service

      public static Employee.Service service​(ApiClient client)
    • service

      public static Employee.Service service​(ApiClient client, Long id)