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
-
Method Summary
Modifier and TypeMethodDescriptionResponsecreateProfile(String profileData) ResponsecreateProfileRaw(byte[] data) ResponsedeleteProfile(String id) ResponseResponsemodifyProfile(String id, String modifyProfileRequest) ResponsemodifyProfileRaw(String id, byte[] data) ResponsemodifyProfileState(String id, String action) ResponseResponse
-
Method Details
-
listProfiles
-
retrieveProfile
-
retrieveProfileRaw
-
createProfile
-
createProfileRaw
-
modifyProfileState
-
modifyProfile
-
modifyProfileRaw
-
deleteProfile
-