abstract type CompanyAction (v202408)
Represents the actions that can be performed on Company
objects.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202408
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-08-20 UTC.
[null,null,["Last updated 2024-08-20 UTC."],[[["The `CompanyService` allows for performing actions on `Company` objects, such as ending agreements, re-inviting, and resending invitations."],["Available actions are represented by the `CompanyAction` type and its subclasses like `EndAgreementAction`, `ReInviteAction`, and `ResendInvitationAction`."],["The service operates within the namespace `https://www.google.com/apis/ads/publisher/v202408`."]]],["The `CompanyService` allows actions to be performed on `Company` objects. The core functionality is handled by `performCompanyAction()`. This function utilizes the base `CompanyAction` class, which is extended by specific action types, including `EndAgreementAction`, `ReInviteAction`, and `ResendInvitationAction`. These actions define operations applicable to companies, all within the `https://www.google.com/apis/ads/publisher/v202408` namespace.\n"]]