Class InviteResource
java.lang.Object
dev.getelements.elements.rest.invite.InviteResource
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetMatchedUserProfilesWithPhoneNumbers
(int offset, int count, InviteViaPhonesRequest inviteRequest) void
setInviteService
(InviteService inviteService) void
setValidationHelper
(ValidationHelper validationHelper)
-
Constructor Details
-
InviteResource
public InviteResource()
-
-
Method Details
-
getMatchedUserProfilesWithPhoneNumbers
@POST @Consumes("application/json") @Produces("application/json") public InviteViaPhonesResponse getMatchedUserProfilesWithPhoneNumbers(@QueryParam("offset") @DefaultValue("0") int offset, @QueryParam("count") @DefaultValue("20") int count, InviteViaPhonesRequest inviteRequest) -
getValidationHelper
-
setValidationHelper
-
getInviteService
-
setInviteService
-