Interface Model.ServiceAsync
-
- All Superinterfaces:
Maskable
,ResultLimitable
,ServiceAsync
- Enclosing class:
- Model
public static interface Model.ServiceAsync extends ServiceAsync
-
-
Method Summary
-
Methods inherited from interface com.softlayer.api.ResultLimitable
getLastResponseTotalItemCount, getResultLimit, setResultLimit
-
-
-
-
Method Detail
-
withNewMask
Model.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
Model.Mask withMask()
Description copied from interface:Maskable
Use the existing mask on this service or create it if not present
-
setMask
void setMask(Model.Mask mask)
-
getObject
Future<Model> getObject()
Async version ofModel.Service.getObject()
-
getObject
Future<?> getObject(ResponseHandler<Model> callback)
-
getArchitectureType
Future<Type> getArchitectureType()
Async version ofModel.Service.getArchitectureType()
-
getArchitectureType
Future<?> getArchitectureType(ResponseHandler<Type> callback)
Async callback version ofModel.Service.getArchitectureType()
-
getAttributes
Future<List<Attribute>> getAttributes()
Async version ofModel.Service.getAttributes()
-
getAttributes
Future<?> getAttributes(ResponseHandler<List<Attribute>> callback)
Async callback version ofModel.Service.getAttributes()
-
getCompatibleArrayTypes
Future<List<Type>> getCompatibleArrayTypes()
Async version ofModel.Service.getCompatibleArrayTypes()
-
getCompatibleArrayTypes
Future<?> getCompatibleArrayTypes(ResponseHandler<List<Type>> callback)
Async callback version ofModel.Service.getCompatibleArrayTypes()
-
getCompatibleChildComponentModels
Future<List<Model>> getCompatibleChildComponentModels()
Async version ofModel.Service.getCompatibleChildComponentModels()
-
getCompatibleChildComponentModels
Future<?> getCompatibleChildComponentModels(ResponseHandler<List<Model>> callback)
Async callback version ofModel.Service.getCompatibleChildComponentModels()
-
getCompatibleParentComponentModels
Future<List<Model>> getCompatibleParentComponentModels()
Async version ofModel.Service.getCompatibleParentComponentModels()
-
getCompatibleParentComponentModels
Future<?> getCompatibleParentComponentModels(ResponseHandler<List<Model>> callback)
Async callback version ofModel.Service.getCompatibleParentComponentModels()
-
getFirmwareQuantity
Future<Long> getFirmwareQuantity()
Async version ofModel.Service.getFirmwareQuantity()
-
getFirmwareQuantity
Future<?> getFirmwareQuantity(ResponseHandler<Long> callback)
Async callback version ofModel.Service.getFirmwareQuantity()
-
getFirmwares
Future<List<Firmware>> getFirmwares()
Async version ofModel.Service.getFirmwares()
-
getFirmwares
Future<?> getFirmwares(ResponseHandler<List<Firmware>> callback)
Async callback version ofModel.Service.getFirmwares()
-
getHardwareComponents
Future<List<Component>> getHardwareComponents()
Async version ofModel.Service.getHardwareComponents()
-
getHardwareComponents
Future<?> getHardwareComponents(ResponseHandler<List<Component>> callback)
Async callback version ofModel.Service.getHardwareComponents()
-
getHardwareGenericComponentModel
Future<Generic> getHardwareGenericComponentModel()
Async version ofModel.Service.getHardwareGenericComponentModel()
-
getHardwareGenericComponentModel
Future<?> getHardwareGenericComponentModel(ResponseHandler<Generic> callback)
Async callback version ofModel.Service.getHardwareGenericComponentModel()
-
getInfinibandCompatibleAttribute
Future<Attribute> getInfinibandCompatibleAttribute()
Async version ofModel.Service.getInfinibandCompatibleAttribute()
-
getInfinibandCompatibleAttribute
Future<?> getInfinibandCompatibleAttribute(ResponseHandler<Attribute> callback)
Async callback version ofModel.Service.getInfinibandCompatibleAttribute()
-
getIsFlexSkuCompatible
Future<Boolean> getIsFlexSkuCompatible()
Async version ofModel.Service.getIsFlexSkuCompatible()
-
getIsFlexSkuCompatible
Future<?> getIsFlexSkuCompatible(ResponseHandler<Boolean> callback)
Async callback version ofModel.Service.getIsFlexSkuCompatible()
-
getIsInfinibandCompatible
Future<Boolean> getIsInfinibandCompatible()
Async version ofModel.Service.getIsInfinibandCompatible()
-
getIsInfinibandCompatible
Future<?> getIsInfinibandCompatible(ResponseHandler<Boolean> callback)
Async callback version ofModel.Service.getIsInfinibandCompatible()
-
getRebootTime
Future<Time> getRebootTime()
Async version ofModel.Service.getRebootTime()
-
getRebootTime
Future<?> getRebootTime(ResponseHandler<Time> callback)
Async callback version ofModel.Service.getRebootTime()
-
getType
Future<String> getType()
Async version ofModel.Service.getType()
-
getType
Future<?> getType(ResponseHandler<String> callback)
Async callback version ofModel.Service.getType()
-
getValidAttributeTypes
Future<List<Type>> getValidAttributeTypes()
Async version ofModel.Service.getValidAttributeTypes()
-
getValidAttributeTypes
Future<?> getValidAttributeTypes(ResponseHandler<List<Type>> callback)
Async callback version ofModel.Service.getValidAttributeTypes()
-
-