Class GeographicViewName.Builder
- java.lang.Object
-
- com.google.ads.googleads.v10.resources.GeographicViewName.Builder
-
- Enclosing class:
- GeographicViewName
public static class GeographicViewName.Builder extends java.lang.ObjectBuilder for customers/{customer_id}/geographicViews/{country_criterion_id}~{location_type}.
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GeographicViewNamebuild()java.lang.StringgetCountryCriterionId()java.lang.StringgetCustomerId()java.lang.StringgetLocationType()GeographicViewName.BuildersetCountryCriterionId(java.lang.String countryCriterionId)GeographicViewName.BuildersetCustomerId(java.lang.String customerId)GeographicViewName.BuildersetLocationType(java.lang.String locationType)
-
-
-
Method Detail
-
getCustomerId
public java.lang.String getCustomerId()
-
getCountryCriterionId
public java.lang.String getCountryCriterionId()
-
getLocationType
public java.lang.String getLocationType()
-
setCustomerId
public GeographicViewName.Builder setCustomerId(java.lang.String customerId)
-
setCountryCriterionId
public GeographicViewName.Builder setCountryCriterionId(java.lang.String countryCriterionId)
-
setLocationType
public GeographicViewName.Builder setLocationType(java.lang.String locationType)
-
build
public GeographicViewName build()
-
-