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