Class GroupsReorderLinkQuery

    • Constructor Detail

      • GroupsReorderLinkQuery

        public GroupsReorderLinkQuery​(VkApiClient client,
                                      UserActor actor,
                                      int groupId,
                                      int linkId)
        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.
        linkId - value of "link id" parameter. Minimum is 0.
    • Method Detail

      • groupId

        protected GroupsReorderLinkQuery 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.
      • linkId

        protected GroupsReorderLinkQuery linkId​(int value)
        Link ID.
        Parameters:
        value - value of "link id" parameter. Minimum is 0.
        Returns:
        a reference to this AbstractQueryBuilder object to fulfill the "Builder" pattern.
      • after

        public GroupsReorderLinkQuery after​(java.lang.Integer value)
        ID of the link after which to place the link with 'link_id'.
        Parameters:
        value - value of "after" parameter. Minimum is 0.
        Returns:
        a reference to this AbstractQueryBuilder object to fulfill the "Builder" pattern.