Class GroupsUnbanQuery

    • Constructor Detail

      • GroupsUnbanQuery

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

      • groupId

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

        public GroupsUnbanQuery ownerId​(java.lang.Integer value)
        Set owner id
        Parameters:
        value - value of "owner id" parameter.
        Returns:
        a reference to this AbstractQueryBuilder object to fulfill the "Builder" pattern.