Class GroupsInviteQuery

    • Constructor Detail

      • GroupsInviteQuery

        public GroupsInviteQuery​(VkApiClient client,
                                 UserActor actor,
                                 int groupId,
                                 int userId)
        Creates a AbstractQueryBuilder instance that can be used to build api request with various parameters
        Parameters:
        client - VK API client
        actor - actor with access token
        groupId - value of "group id" parameter. Minimum is 1.
        userId - value of "user id" parameter. Minimum is 1.
    • Method Detail

      • groupId

        protected GroupsInviteQuery groupId​(int value)
        Community ID.
        Parameters:
        value - value of "group id" parameter. Minimum is 1.
        Returns:
        a reference to this AbstractQueryBuilder object to fulfill the "Builder" pattern.
      • userId

        protected GroupsInviteQuery userId​(int value)
        User ID.
        Parameters:
        value - value of "user id" parameter. Minimum is 1.
        Returns:
        a reference to this AbstractQueryBuilder object to fulfill the "Builder" pattern.