Uses of Class
com.softlayer.api.service.user.Interface
-
Uses of Interface in com.softlayer.api.service
Fields in com.softlayer.api.service declared as Interface Modifier and Type Field Description protected Interface
Ticket. lastEditor
Methods in com.softlayer.api.service that return Interface Modifier and Type Method Description Interface
Ticket. getLastEditor()
Interface
Ticket.Service. getLastEditor()
Methods in com.softlayer.api.service that return types with arguments of type Interface Modifier and Type Method Description Future<Interface>
Ticket.ServiceAsync. getLastEditor()
Async version ofTicket.Service.getLastEditor()
Methods in com.softlayer.api.service with parameters of type Interface Modifier and Type Method Description void
Ticket. setLastEditor(Interface lastEditor)
Method parameters in com.softlayer.api.service with type arguments of type Interface Modifier and Type Method Description Future<?>
Ticket.ServiceAsync. getLastEditor(ResponseHandler<Interface> callback)
Async callback version ofTicket.Service.getLastEditor()
-
Uses of Interface in com.softlayer.api.service.network.firewall.update
Fields in com.softlayer.api.service.network.firewall.update declared as Interface Modifier and Type Field Description protected Interface
Request. authorizingUser
The user that authorized this firewall update request.Methods in com.softlayer.api.service.network.firewall.update that return Interface Modifier and Type Method Description Interface
Request. getAuthorizingUser()
Interface
Request.Service. getAuthorizingUser()
The user that authorized this firewall update request.Methods in com.softlayer.api.service.network.firewall.update that return types with arguments of type Interface Modifier and Type Method Description Future<Interface>
Request.ServiceAsync. getAuthorizingUser()
Async version ofRequest.Service.getAuthorizingUser()
Methods in com.softlayer.api.service.network.firewall.update with parameters of type Interface Modifier and Type Method Description void
Request. setAuthorizingUser(Interface authorizingUser)
Method parameters in com.softlayer.api.service.network.firewall.update with type arguments of type Interface Modifier and Type Method Description Future<?>
Request.ServiceAsync. getAuthorizingUser(ResponseHandler<Interface> callback)
Async callback version ofRequest.Service.getAuthorizingUser()
-
Uses of Interface in com.softlayer.api.service.ticket
Fields in com.softlayer.api.service.ticket declared as Interface Modifier and Type Field Description protected Interface
Activity. editor
protected Interface
Update. editor
The user or SoftLayer employee who created a ticket update. -
Uses of Interface in com.softlayer.api.service.ticket.chat
Fields in com.softlayer.api.service.ticket.chat declared as Interface Modifier and Type Field Description protected Interface
TranscriptLine. speaker
Methods in com.softlayer.api.service.ticket.chat that return Interface Modifier and Type Method Description Interface
TranscriptLine. getSpeaker()
Methods in com.softlayer.api.service.ticket.chat with parameters of type Interface Modifier and Type Method Description void
TranscriptLine. setSpeaker(Interface speaker)
-
Uses of Interface in com.softlayer.api.service.user
Subclasses of Interface in com.softlayer.api.service.user Modifier and Type Class Description class
Customer
The SoftLayer_User_Customer data type contains general information relating to a single SoftLayer customer portal user.class
Employee
A SoftLayer_User_Employee models a single SoftLayer employee for the purposes of ticket updates created by SoftLayer employees. -
Uses of Interface in com.softlayer.api.service.user.customer
Subclasses of Interface in com.softlayer.api.service.user.customer Modifier and Type Class Description class
OpenIdConnect