com.softlayer.api.service.ticket.chat.transcriptline.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
The newest version!
package com.softlayer.api.service.ticket.chat.transcriptline;
import com.softlayer.api.annotation.ApiType;
import com.softlayer.api.service.ticket.chat.TranscriptLine;
/**
* @see SoftLayer_Ticket_Chat_TranscriptLine_Customer
*/
@ApiType("SoftLayer_Ticket_Chat_TranscriptLine_Customer")
public class Customer extends TranscriptLine {
public static class Mask extends com.softlayer.api.service.ticket.chat.TranscriptLine.Mask {
}
}