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
Profile s. |
Profile |
update(String profileID,
ProfileCreate newProfile)
|
List<? extends Profile> list()
Profile
s.Profile
sProfile 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 Profile
Profile update(String profileID, ProfileCreate newProfile)
profileID
- Id of Profile
newProfile
- 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 ActionResponse
Copyright © 2017. All rights reserved.