public class UserProfilesDTO
extends AbstractCollectionDTO
| Constructor and Description |
|---|
UserProfilesDTO()
Generated constructor - for generic creation.
|
UserProfilesDTO(List<UserProfileDTO> userprofilesList)
Generated constructor - for generic creation.
|
| Modifier and Type | Method and Description |
|---|---|
List<UserProfileDTO> |
getUserProfiles() |
void |
setUserProfiles(List<UserProfileDTO> userprofilesList) |
public UserProfilesDTO()
public UserProfilesDTO(List<UserProfileDTO> userprofilesList)
public List<UserProfileDTO> getUserProfiles()
public void setUserProfiles(List<UserProfileDTO> userprofilesList)
userprofilesList - the userprofilesList to setCopyright © 2017 SAP SE. All Rights Reserved.