Uses of Class
com.softlayer.api.service.account.note.History
-
Packages that use History Package Description com.softlayer.api.service.account -
-
Uses of History in com.softlayer.api.service.account
Fields in com.softlayer.api.service.account with type parameters of type History Modifier and Type Field Description protected List<History>
Note. noteHistory
Methods in com.softlayer.api.service.account that return types with arguments of type History Modifier and Type Method Description List<History>
Note. getNoteHistory()
List<History>
Note.Service. getNoteHistory()
Future<List<History>>
Note.ServiceAsync. getNoteHistory()
Async version ofNote.Service.getNoteHistory()
Method parameters in com.softlayer.api.service.account with type arguments of type History Modifier and Type Method Description Future<?>
Note.ServiceAsync. getNoteHistory(ResponseHandler<List<History>> callback)
Async callback version ofNote.Service.getNoteHistory()
-