Class GroupsGetBannedQuery

    • Constructor Detail

      • GroupsGetBannedQuery

        public GroupsGetBannedQuery​(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.
      • GroupsGetBannedQuery

        public GroupsGetBannedQuery​(VkApiClient client,
                                    GroupActor 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 GroupsGetBannedQuery 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.
      • offset

        public GroupsGetBannedQuery offset​(java.lang.Integer value)
        Offset needed to return a specific subset of users.
        Parameters:
        value - value of "offset" parameter. Minimum is 0.
        Returns:
        a reference to this AbstractQueryBuilder object to fulfill the "Builder" pattern.
      • count

        public GroupsGetBannedQuery count​(java.lang.Integer value)
        Number of users to return.
        Parameters:
        value - value of "count" parameter. Maximum is 200. Minimum is 0. By default 20.
        Returns:
        a reference to this AbstractQueryBuilder object to fulfill the "Builder" pattern.
      • ownerId

        public GroupsGetBannedQuery 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.
      • fields

        public GroupsGetBannedQuery fields​(UserGroupFields... value)
        fields Set fields
        Parameters:
        value - value of "fields" parameter.
        Returns:
        a reference to this AbstractQueryBuilder object to fulfill the "Builder" pattern.
      • fields

        public GroupsGetBannedQuery fields​(java.util.List<UserGroupFields> value)
        Set fields
        Parameters:
        value - value of "fields" parameter.
        Returns:
        a reference to this AbstractQueryBuilder object to fulfill the "Builder" pattern.