public interface SocialMediaProfileDAO
| Modifier and Type | Method and Description |
|---|---|
String |
getAll(Token token) |
SocialMediaProfileResponse |
post(Token token,
SocialMediaProfile socialmediaprofile) |
List<SocialMediaProfile> |
postList(Token token,
List<SocialMediaProfile> socialmediaprofileList) |
SocialMediaProfileResponse post(Token token, SocialMediaProfile socialmediaprofile)
List<SocialMediaProfile> postList(Token token, List<SocialMediaProfile> socialmediaprofileList)
Copyright © 2016 Blugrid Pty. Ltd.. All rights reserved.