Class AdsDeleteClientsQuery

    • Constructor Detail

      • AdsDeleteClientsQuery

        public AdsDeleteClientsQuery​(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 AdsDeleteClientsQuery 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 AdsDeleteClientsQuery ids​(java.lang.String value)
        Serialized JSON array with IDs of deleted clients.
        Parameters:
        value - value of "ids" parameter.
        Returns:
        a reference to this AbstractQueryBuilder object to fulfill the "Builder" pattern.