Class AccountBudgetName.Builder
- java.lang.Object
-
- com.google.ads.googleads.v9.resources.AccountBudgetName.Builder
-
- Enclosing class:
- AccountBudgetName
public static class AccountBudgetName.Builder extends java.lang.Object
Builder for customers/{customer_id}/accountBudgets/{account_budget_id}.
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AccountBudgetName
build()
java.lang.String
getAccountBudgetId()
java.lang.String
getCustomerId()
AccountBudgetName.Builder
setAccountBudgetId(java.lang.String accountBudgetId)
AccountBudgetName.Builder
setCustomerId(java.lang.String customerId)
-
-
-
Method Detail
-
getCustomerId
public java.lang.String getCustomerId()
-
getAccountBudgetId
public java.lang.String getAccountBudgetId()
-
setCustomerId
public AccountBudgetName.Builder setCustomerId(java.lang.String customerId)
-
setAccountBudgetId
public AccountBudgetName.Builder setAccountBudgetId(java.lang.String accountBudgetId)
-
build
public AccountBudgetName build()
-
-