Uses of Class
com.softlayer.api.service.security.Level
-
Packages that use Level Package Description com.softlayer.api.service com.softlayer.api.service.user -
-
Uses of Level in com.softlayer.api.service
Fields in com.softlayer.api.service declared as Level Modifier and Type Field Description protected Level
Account. securityLevel
protected Level
Brand. securityLevel
Methods in com.softlayer.api.service that return Level Modifier and Type Method Description Level
Account. getSecurityLevel()
Level
Account.Service. getSecurityLevel()
Level
Brand. getSecurityLevel()
Level
Brand.Service. getSecurityLevel()
Methods in com.softlayer.api.service that return types with arguments of type Level Modifier and Type Method Description Future<Level>
Account.ServiceAsync. getSecurityLevel()
Async version ofAccount.Service.getSecurityLevel()
Future<Level>
Brand.ServiceAsync. getSecurityLevel()
Async version ofBrand.Service.getSecurityLevel()
Methods in com.softlayer.api.service with parameters of type Level Modifier and Type Method Description void
Account. setSecurityLevel(Level securityLevel)
void
Brand. setSecurityLevel(Level securityLevel)
Method parameters in com.softlayer.api.service with type arguments of type Level Modifier and Type Method Description Future<?>
Account.ServiceAsync. getSecurityLevel(ResponseHandler<Level> callback)
Async callback version ofAccount.Service.getSecurityLevel()
Future<?>
Brand.ServiceAsync. getSecurityLevel(ResponseHandler<Level> callback)
Async callback version ofBrand.Service.getSecurityLevel()
-
Uses of Level in com.softlayer.api.service.user
Fields in com.softlayer.api.service.user with type parameters of type Level Modifier and Type Field Description protected List<Level>
Employee. securityLevels
Methods in com.softlayer.api.service.user that return types with arguments of type Level Modifier and Type Method Description List<Level>
Employee. getSecurityLevels()
-