Uses of Class
com.softlayer.api.service.user.permission.Group
Package | Description |
---|---|
com.softlayer.api.service | |
com.softlayer.api.service.user.permission | |
com.softlayer.api.service.user.permission.group |
-
Uses of Group in com.softlayer.api.service
Fields in com.softlayer.api.service with type parameters of type Group Modifier and Type Field Description protected List<Group>
Account. permissionGroups
An account's permission groups.Methods in com.softlayer.api.service that return types with arguments of type Group Modifier and Type Method Description List<Group>
Account. getPermissionGroups()
List<Group>
Account.Service. getPermissionGroups()
An account's permission groups.Future<List<Group>>
Account.ServiceAsync. getPermissionGroups()
Async version ofAccount.Service.getPermissionGroups()
Method parameters in com.softlayer.api.service with type arguments of type Group Modifier and Type Method Description Future<?>
Account.ServiceAsync. getPermissionGroups(ResponseHandler<List<Group>> callback)
Async callback version ofAccount.Service.getPermissionGroups()
-
Uses of Group in com.softlayer.api.service.user.permission
Fields in com.softlayer.api.service.user.permission with type parameters of type Group Modifier and Type Field Description protected List<Group>
Role. groups
Methods in com.softlayer.api.service.user.permission that return Group Modifier and Type Method Description Group
Group.Service. createObject(Group templateObject)
Group
Group.Service. editObject(Group templateObject)
Group
Group.Service. getObject()
Methods in com.softlayer.api.service.user.permission that return types with arguments of type Group Modifier and Type Method Description Future<Group>
Group.ServiceAsync. createObject(Group templateObject)
Future<Group>
Group.ServiceAsync. editObject(Group templateObject)
List<Group>
Role. getGroups()
List<Group>
Role.Service. getGroups()
Future<List<Group>>
Role.ServiceAsync. getGroups()
Async version ofRole.Service.getGroups()
Future<Group>
Group.ServiceAsync. getObject()
Async version ofGroup.Service.getObject()
Methods in com.softlayer.api.service.user.permission with parameters of type Group Modifier and Type Method Description Group
Group.Service. createObject(Group templateObject)
Future<Group>
Group.ServiceAsync. createObject(Group templateObject)
Future<?>
Group.ServiceAsync. createObject(Group templateObject, ResponseHandler<Group> callback)
Group
Group.Service. editObject(Group templateObject)
Future<Group>
Group.ServiceAsync. editObject(Group templateObject)
Future<?>
Group.ServiceAsync. editObject(Group templateObject, ResponseHandler<Group> callback)
Void
Role.Service. linkGroup(Group group)
Future<Void>
Role.ServiceAsync. linkGroup(Group group)
Future<?>
Role.ServiceAsync. linkGroup(Group group, ResponseHandler<Void> callback)
Void
Role.Service. unlinkGroup(Group group)
Future<Void>
Role.ServiceAsync. unlinkGroup(Group group)
Future<?>
Role.ServiceAsync. unlinkGroup(Group group, ResponseHandler<Void> callback)
Method parameters in com.softlayer.api.service.user.permission with type arguments of type Group Modifier and Type Method Description Future<?>
Group.ServiceAsync. createObject(Group templateObject, ResponseHandler<Group> callback)
Future<?>
Group.ServiceAsync. editObject(Group templateObject, ResponseHandler<Group> callback)
Future<?>
Role.ServiceAsync. getGroups(ResponseHandler<List<Group>> callback)
Async callback version ofRole.Service.getGroups()
Future<?>
Group.ServiceAsync. getObject(ResponseHandler<Group> callback)
-
Uses of Group in com.softlayer.api.service.user.permission.group
Fields in com.softlayer.api.service.user.permission.group with type parameters of type Group Modifier and Type Field Description protected List<Group>
Type. groups
The groups that are of this type.Methods in com.softlayer.api.service.user.permission.group that return types with arguments of type Group Modifier and Type Method Description List<Group>
Type. getGroups()
List<Group>
Type.Service. getGroups()
The groups that are of this type.Future<List<Group>>
Type.ServiceAsync. getGroups()
Async version ofType.Service.getGroups()
Method parameters in com.softlayer.api.service.user.permission.group with type arguments of type Group Modifier and Type Method Description Future<?>
Type.ServiceAsync. getGroups(ResponseHandler<List<Group>> callback)
Async callback version ofType.Service.getGroups()