Interface ProfileResource
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
public interface ProfileResource
- Author:
- Endi S. Dewata
-
Method Summary
Modifier and TypeMethodDescriptionResponseaddProfile(ProfileData profileData) ResponsechangeStatus(String profileID, String action) ResponsefindProfiles(String filter, Integer start, Integer size) ResponsegetProfile(String profileID) ResponseremoveProfile(String profileID) ResponseupdateProfile(String profileID, ProfileData profileData)
-
Method Details
-
findProfiles
-
getProfile
-
addProfile
-
updateProfile
-
changeStatus
-
removeProfile
-