com.softlayer.api.service.ticket.update.Customer 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
package com.softlayer.api.service.ticket.update;
import com.softlayer.api.annotation.ApiType;
import com.softlayer.api.service.ticket.Update;
/**
* A SoftLayer_Ticket_Update_Customer is a single update made by a customer to a ticket.
*
* @see SoftLayer_Ticket_Update_Customer
*/
@ApiType("SoftLayer_Ticket_Update_Customer")
public class Customer extends Update {
public static class Mask extends com.softlayer.api.service.ticket.Update.Mask {
}
}