Class GroupsEditCallbackServerQuery

    • Constructor Detail

      • GroupsEditCallbackServerQuery

        public GroupsEditCallbackServerQuery​(VkApiClient client,
                                             UserActor actor,
                                             int groupId,
                                             int serverId,
                                             java.lang.String url,
                                             java.lang.String title)
        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.
        serverId - value of "server id" parameter. Minimum is 0.
        url - value of "url" parameter.
        title - value of "title" parameter.
      • GroupsEditCallbackServerQuery

        public GroupsEditCallbackServerQuery​(VkApiClient client,
                                             GroupActor actor,
                                             int groupId,
                                             int serverId,
                                             java.lang.String url,
                                             java.lang.String title)
        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.
        serverId - value of "server id" parameter. Minimum is 0.
        url - value of "url" parameter.
        title - value of "title" parameter.
    • Method Detail

      • groupId

        protected GroupsEditCallbackServerQuery 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.
      • serverId

        protected GroupsEditCallbackServerQuery serverId​(int value)
        Set server id
        Parameters:
        value - value of "server id" parameter. Minimum is 0.
        Returns:
        a reference to this AbstractQueryBuilder object to fulfill the "Builder" pattern.
      • url

        protected GroupsEditCallbackServerQuery url​(java.lang.String value)
        Set url
        Parameters:
        value - value of "url" parameter.
        Returns:
        a reference to this AbstractQueryBuilder object to fulfill the "Builder" pattern.
      • title

        protected GroupsEditCallbackServerQuery title​(java.lang.String value)
        Set title
        Parameters:
        value - value of "title" parameter.
        Returns:
        a reference to this AbstractQueryBuilder object to fulfill the "Builder" pattern.
      • secretKey

        public GroupsEditCallbackServerQuery secretKey​(java.lang.String value)
        Set secret key
        Parameters:
        value - value of "secret key" parameter.
        Returns:
        a reference to this AbstractQueryBuilder object to fulfill the "Builder" pattern.