public interface SenlinProfileService
| Modifier and Type | Method and Description |
|---|---|
Profile |
create(ProfileCreate newProfile)
|
ActionResponse |
delete(String profileID)
Deletes the specified
ActionResponse from the server. |
Profile |
get(String profileID)
returns details of a
Profile. |
List<? extends Profile> |
list()
Gets a list of currently existing
Profiles. |
Profile |
update(String profileID,
ProfileCreate newProfile)
|
List<? extends Profile> list()
Profiles.ProfilesProfile create(ProfileCreate newProfile)
newProfile - ProfileCreate object out of which stack is to be createdProfile as returned from the serverProfile get(String profileID)
Profile.profileID - Id of ProfileProfile update(String profileID, ProfileCreate newProfile)
profileID - Id of ProfilenewProfile - ProfileCreate object out of which stack is to be updateProfile as returned from the serverActionResponse delete(String profileID)
ActionResponse from the server.profileID - Id of ActionResponseCopyright © 2017. All rights reserved.