Class AdsDeleteCampaignsQuery

    • Constructor Detail

      • AdsDeleteCampaignsQuery

        public AdsDeleteCampaignsQuery​(VkApiClient client,
                                       UserActor actor,
                                       int accountId,
                                       java.lang.String ids)
        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
        accountId - value of "account id" parameter.
        ids - value of "ids" parameter.
    • Method Detail

      • accountId

        protected AdsDeleteCampaignsQuery accountId​(int value)
        Advertising account ID.
        Parameters:
        value - value of "account id" parameter.
        Returns:
        a reference to this AbstractQueryBuilder object to fulfill the "Builder" pattern.
      • ids

        protected AdsDeleteCampaignsQuery ids​(java.lang.String value)
        Serialized JSON array with IDs of deleted campaigns.
        Parameters:
        value - value of "ids" parameter.
        Returns:
        a reference to this AbstractQueryBuilder object to fulfill the "Builder" pattern.