Uses of Class
com.softlayer.api.service.survey.Status
Package | Description |
---|---|
com.softlayer.api.service |
-
Uses of Status in com.softlayer.api.service
Fields in com.softlayer.api.service declared as Status Modifier and Type Field Description protected Status
Survey. status
The status of the surveyMethods in com.softlayer.api.service that return Status Modifier and Type Method Description Status
Survey. getStatus()
Status
Survey.Service. getStatus()
The status of the surveyMethods in com.softlayer.api.service that return types with arguments of type Status Modifier and Type Method Description Future<Status>
Survey.ServiceAsync. getStatus()
Async version ofSurvey.Service.getStatus()
Methods in com.softlayer.api.service with parameters of type Status Modifier and Type Method Description void
Survey. setStatus(Status status)
Method parameters in com.softlayer.api.service with type arguments of type Status Modifier and Type Method Description Future<?>
Survey.ServiceAsync. getStatus(ResponseHandler<Status> callback)
Async callback version ofSurvey.Service.getStatus()