public class UserProfilesResource
extends <any>
| Constructor and Description |
|---|
UserProfilesResource()
Generated constructor - for generic creation.
|
| Modifier and Type | Method and Description |
|---|---|
Response |
getAllUserProfiles()
Generated HTTP method for covering GET requests.
|
AbstractYResource |
getUserProfileResource(String resourceKey)
Generated getter for sub resource of type
UserProfileResource for current root resource |
Collection<UserProfileModel> |
getUserProfilesCollection()
Convenience method which just delegates to
#getResourceValue() |
Response |
postUserProfile(UserProfileDTO dto)
Generated HTTP method for covering POST requests.
|
void |
setUserProfilesCollection(Collection<UserProfileModel> value)
Convenience method which just delegates to
#setResourceValue(Collection) |
public UserProfilesResource()
public Response getAllUserProfiles()
Responsepublic AbstractYResource getUserProfileResource(String resourceKey)
UserProfileResource for current root resourcepublic Collection<UserProfileModel> getUserProfilesCollection()
#getResourceValue()public Response postUserProfile(UserProfileDTO dto)
Responsepublic void setUserProfilesCollection(Collection<UserProfileModel> value)
#setResourceValue(Collection)Copyright © 2017 SAP SE. All Rights Reserved.