Class GroupsGetByIdQueryWithLegacy

    • Constructor Detail

      • GroupsGetByIdQueryWithLegacy

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

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

        public GroupsGetByIdQueryWithLegacy​(VkApiClient client,
                                            ServiceActor 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 GroupsGetByIdQueryWithLegacy groupId​(java.lang.String value)
        ID or screen name of the community.
        Parameters:
        value - value of "group id" parameter.
        Returns:
        a reference to this AbstractQueryBuilder object to fulfill the "Builder" pattern.
      • groupIds

        public GroupsGetByIdQueryWithLegacy groupIds​(java.lang.String... value)
        group_ids IDs or screen names of communities.
        Parameters:
        value - value of "group ids" parameter.
        Returns:
        a reference to this AbstractQueryBuilder object to fulfill the "Builder" pattern.
      • groupIds

        public GroupsGetByIdQueryWithLegacy groupIds​(java.util.List<java.lang.String> value)
        IDs or screen names of communities.
        Parameters:
        value - value of "group ids" parameter.
        Returns:
        a reference to this AbstractQueryBuilder object to fulfill the "Builder" pattern.
      • fields

        public GroupsGetByIdQueryWithLegacy fields​(Fields... value)
        fields Group fields to return.
        Parameters:
        value - value of "fields" parameter.
        Returns:
        a reference to this AbstractQueryBuilder object to fulfill the "Builder" pattern.
      • fields

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