Class GroupsSetSettingsQuery

    • Constructor Detail

      • GroupsSetSettingsQuery

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

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

        public GroupsSetSettingsQuery messages​(java.lang.Boolean value)
        Set messages
        Parameters:
        value - value of "messages" parameter.
        Returns:
        a reference to this AbstractQueryBuilder object to fulfill the "Builder" pattern.
      • botsCapabilities

        public GroupsSetSettingsQuery botsCapabilities​(java.lang.Boolean value)
        Set bots capabilities
        Parameters:
        value - value of "bots capabilities" parameter.
        Returns:
        a reference to this AbstractQueryBuilder object to fulfill the "Builder" pattern.
      • botsStartButton

        public GroupsSetSettingsQuery botsStartButton​(java.lang.Boolean value)
        Set bots start button
        Parameters:
        value - value of "bots start button" parameter.
        Returns:
        a reference to this AbstractQueryBuilder object to fulfill the "Builder" pattern.
      • botsAddToChat

        public GroupsSetSettingsQuery botsAddToChat​(java.lang.Boolean value)
        Set bots add to chat
        Parameters:
        value - value of "bots add to chat" parameter.
        Returns:
        a reference to this AbstractQueryBuilder object to fulfill the "Builder" pattern.