Interface Classification.ServiceAsync
-
- All Superinterfaces:
Maskable
,ResultLimitable
,ServiceAsync
- Enclosing class:
- Classification
public static interface Classification.ServiceAsync extends ServiceAsync
-
-
Method Summary
-
Methods inherited from interface com.softlayer.api.ResultLimitable
getLastResponseTotalItemCount, getResultLimit, setResultLimit
-
-
-
-
Method Detail
-
withNewMask
Classification.Mask withNewMask()
Description copied from interface:Maskable
Overwrite the existing mask on this service with a new one and return it- Specified by:
withNewMask
in interfaceMaskable
-
withMask
Classification.Mask withMask()
Description copied from interface:Maskable
Use the existing mask on this service or create it if not present
-
setMask
void setMask(Classification.Mask mask)
-
getMaintenanceClassification
Future<List<Classification>> getMaintenanceClassification(Long maintenanceClassificationId)
Async version ofClassification.Service.getMaintenanceClassification(java.lang.Long)
-
getMaintenanceClassification
Future<?> getMaintenanceClassification(Long maintenanceClassificationId, ResponseHandler<List<Classification>> callback)
-
getMaintenanceClassificationsByItemCategory
Future<List<Category>> getMaintenanceClassificationsByItemCategory()
Async version ofClassification.Service.getMaintenanceClassificationsByItemCategory()
-
getMaintenanceClassificationsByItemCategory
Future<?> getMaintenanceClassificationsByItemCategory(ResponseHandler<List<Category>> callback)
-
getObject
Future<Classification> getObject()
Async version ofClassification.Service.getObject()
-
getObject
Future<?> getObject(ResponseHandler<Classification> callback)
-
getItemCategories
Future<List<Category>> getItemCategories()
Async version ofClassification.Service.getItemCategories()
-
getItemCategories
Future<?> getItemCategories(ResponseHandler<List<Category>> callback)
Async callback version ofClassification.Service.getItemCategories()
-
-