Package com.softlayer.api.service.ticket
Interface Subject.ServiceAsync
- All Superinterfaces:
Maskable,ResultLimitable,ServiceAsync
- Enclosing class:
- Subject
public static interface Subject.ServiceAsync extends ServiceAsync
-
Method Summary
Methods inherited from interface com.softlayer.api.ResultLimitable
getLastResponseTotalItemCount, getResultLimit, setResultLimit
-
Method Details
-
withNewMask
Subject.Mask withNewMask()Description copied from interface:MaskableOverwrite the existing mask on this service with a new one and return it- Specified by:
withNewMaskin interfaceMaskable
-
withMask
Subject.Mask withMask()Description copied from interface:MaskableUse the existing mask on this service or create it if not present -
setMask
-
getAllObjects
Async version ofSubject.Service.getAllObjects() -
getAllObjects
-
getObject
Async version ofSubject.Service.getObject() -
getObject
-
getTopFiveKnowledgeLayerQuestions
Future<List<QuestionAnswer>> getTopFiveKnowledgeLayerQuestions()Async version ofSubject.Service.getTopFiveKnowledgeLayerQuestions() -
getTopFiveKnowledgeLayerQuestions
-
getCategory
Async version ofSubject.Service.getCategory() -
getCategory
Async callback version ofSubject.Service.getCategory() -
getChildren
Async version ofSubject.Service.getChildren() -
getChildren
Async callback version ofSubject.Service.getChildren() -
getGroup
Async version ofSubject.Service.getGroup() -
getGroup
Async callback version ofSubject.Service.getGroup() -
getParent
Async version ofSubject.Service.getParent() -
getParent
Async callback version ofSubject.Service.getParent()
-