Class GroupsJoinQuery

    • Constructor Detail

      • GroupsJoinQuery

        public GroupsJoinQuery​(VkApiClient client,
                               UserActor actor)
        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
    • Method Detail

      • groupId

        public GroupsJoinQuery groupId​(java.lang.Integer value)
        ID or screen name of the community.
        Parameters:
        value - value of "group id" parameter. Minimum is 1.
        Returns:
        a reference to this AbstractQueryBuilder object to fulfill the "Builder" pattern.
      • notSure

        public GroupsJoinQuery notSure​(java.lang.String value)
        Optional parameter which is taken into account when 'gid' belongs to the event: '1' — Perhaps I will attend, '0' — I will be there for sure (default), ,
        Parameters:
        value - value of "not sure" parameter.
        Returns:
        a reference to this AbstractQueryBuilder object to fulfill the "Builder" pattern.