Class GroupsGetByIdQuery

    • Constructor Detail

      • GroupsGetByIdQuery

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

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

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