Class BatchJobName.Builder
- java.lang.Object
-
- com.google.ads.googleads.v10.resources.BatchJobName.Builder
-
- Enclosing class:
- BatchJobName
public static class BatchJobName.Builder extends java.lang.ObjectBuilder for customers/{customer_id}/batchJobs/{batch_job_id}.
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BatchJobNamebuild()java.lang.StringgetBatchJobId()java.lang.StringgetCustomerId()BatchJobName.BuildersetBatchJobId(java.lang.String batchJobId)BatchJobName.BuildersetCustomerId(java.lang.String customerId)
-
-
-
Method Detail
-
getCustomerId
public java.lang.String getCustomerId()
-
getBatchJobId
public java.lang.String getBatchJobId()
-
setCustomerId
public BatchJobName.Builder setCustomerId(java.lang.String customerId)
-
setBatchJobId
public BatchJobName.Builder setBatchJobId(java.lang.String batchJobId)
-
build
public BatchJobName build()
-
-