Package | Description |
---|---|
com.equilibrium.services |
Modifier and Type | Method and Description |
---|---|
static CollectionService.SocialService |
CollectionService.SocialService.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CollectionService.SocialService[] |
CollectionService.SocialService.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
boolean |
CollectionService.addSocialEvent(Collection collection,
CollectionService.SocialAction socialAction,
CollectionService.SocialService excludeSocialService,
Boolean force) |
EQAsyncTask<Boolean> |
CollectionService.addSocialEvent(Collection collection,
CollectionService.SocialAction socialAction,
CollectionService.SocialService excludeSocialService,
Boolean force,
ResponseDelegate<Boolean> responseDelegate) |
boolean |
ContentFileService.addSocialEvent(ContentFile contentFile,
CollectionService.SocialAction socialAction,
CollectionService.SocialService excludeSocialService,
Boolean force) |
EQAsyncTask<Boolean> |
ContentFileService.addSocialEvent(ContentFile contentFile,
CollectionService.SocialAction socialAction,
CollectionService.SocialService excludeSocialService,
Boolean force,
ResponseDelegate<Boolean> responseDelegate) |
Copyright © 2014 Equilibrium. All rights reserved.