Uses of Class
com.softlayer.api.service.layout.Profile
Package | Description |
---|---|
com.softlayer.api.service.layout | |
com.softlayer.api.service.layout.profile | |
com.softlayer.api.service.user |
-
Uses of Profile in com.softlayer.api.service.layout
Methods in com.softlayer.api.service.layout that return Profile Modifier and Type Method Description Profile
Profile.Service. getObject()
Methods in com.softlayer.api.service.layout that return types with arguments of type Profile Modifier and Type Method Description Future<Profile>
Profile.ServiceAsync. getObject()
Async version ofProfile.Service.getObject()
Methods in com.softlayer.api.service.layout with parameters of type Profile Modifier and Type Method Description Boolean
Profile.Service. createObject(Profile templateObject)
This method creates a new layout profile object.Future<Boolean>
Profile.ServiceAsync. createObject(Profile templateObject)
Future<?>
Profile.ServiceAsync. createObject(Profile templateObject, ResponseHandler<Boolean> callback)
Boolean
Profile.Service. editObject(Profile templateObject)
This method edits an existing layout profile object by passing in a modified instance of the object.Future<Boolean>
Profile.ServiceAsync. editObject(Profile templateObject)
Async version ofProfile.Service.editObject(com.softlayer.api.service.layout.Profile)
Future<?>
Profile.ServiceAsync. editObject(Profile templateObject, ResponseHandler<Boolean> callback)
Method parameters in com.softlayer.api.service.layout with type arguments of type Profile Modifier and Type Method Description Future<?>
Profile.ServiceAsync. getObject(ResponseHandler<Profile> callback)
-
Uses of Profile in com.softlayer.api.service.layout.profile
Subclasses of Profile in com.softlayer.api.service.layout.profile Modifier and Type Class Description class
Customer
Fields in com.softlayer.api.service.layout.profile declared as Profile Modifier and Type Field Description protected Profile
Containers. layoutProfile
The profile containing this containerprotected Profile
Preference. layoutProfile
Methods in com.softlayer.api.service.layout.profile that return Profile Modifier and Type Method Description Profile
Containers. getLayoutProfile()
Profile
Containers.Service. getLayoutProfile()
The profile containing this containerProfile
Preference. getLayoutProfile()
Profile
Preference.Service. getLayoutProfile()
Methods in com.softlayer.api.service.layout.profile that return types with arguments of type Profile Modifier and Type Method Description Future<Profile>
Containers.ServiceAsync. getLayoutProfile()
Async version ofContainers.Service.getLayoutProfile()
Future<Profile>
Preference.ServiceAsync. getLayoutProfile()
Async version ofPreference.Service.getLayoutProfile()
Methods in com.softlayer.api.service.layout.profile with parameters of type Profile Modifier and Type Method Description void
Containers. setLayoutProfile(Profile layoutProfile)
void
Preference. setLayoutProfile(Profile layoutProfile)
Method parameters in com.softlayer.api.service.layout.profile with type arguments of type Profile Modifier and Type Method Description Future<?>
Containers.ServiceAsync. getLayoutProfile(ResponseHandler<Profile> callback)
Async callback version ofContainers.Service.getLayoutProfile()
Future<?>
Preference.ServiceAsync. getLayoutProfile(ResponseHandler<Profile> callback)
Async callback version ofPreference.Service.getLayoutProfile()
-
Uses of Profile in com.softlayer.api.service.user
Fields in com.softlayer.api.service.user with type parameters of type Profile Modifier and Type Field Description protected List<Profile>
Customer. layoutProfiles
protected List<Profile>
Employee. layoutProfiles
Methods in com.softlayer.api.service.user that return types with arguments of type Profile Modifier and Type Method Description List<Profile>
Customer.Service. findUserPreference(String profileName, String containerKeyname, String preferenceKeyname)
Future<List<Profile>>
Customer.ServiceAsync. findUserPreference(String profileName, String containerKeyname, String preferenceKeyname)
List<Profile>
Customer. getLayoutProfiles()
List<Profile>
Customer.Service. getLayoutProfiles()
Future<List<Profile>>
Customer.ServiceAsync. getLayoutProfiles()
Async version ofCustomer.Service.getLayoutProfiles()
List<Profile>
Employee. getLayoutProfiles()
List<Profile>
Customer.Service. getUserPreferences(String profileName, String containerKeyname)
Future<List<Profile>>
Customer.ServiceAsync. getUserPreferences(String profileName, String containerKeyname)
Method parameters in com.softlayer.api.service.user with type arguments of type Profile Modifier and Type Method Description Future<?>
Customer.ServiceAsync. findUserPreference(String profileName, String containerKeyname, String preferenceKeyname, ResponseHandler<List<Profile>> callback)
Future<?>
Customer.ServiceAsync. getLayoutProfiles(ResponseHandler<List<Profile>> callback)
Async callback version ofCustomer.Service.getLayoutProfiles()
Future<?>
Customer.ServiceAsync. getUserPreferences(String profileName, String containerKeyname, ResponseHandler<List<Profile>> callback)