Class KeywordThemeConstantName.Builder
- java.lang.Object
-
- com.google.ads.googleads.v10.resources.KeywordThemeConstantName.Builder
-
- Enclosing class:
- KeywordThemeConstantName
public static class KeywordThemeConstantName.Builder extends java.lang.ObjectBuilder for keywordThemeConstants/{express_category_id}~{express_sub_category_id}.
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description KeywordThemeConstantNamebuild()java.lang.StringgetExpressCategoryId()java.lang.StringgetExpressSubCategoryId()KeywordThemeConstantName.BuildersetExpressCategoryId(java.lang.String expressCategoryId)KeywordThemeConstantName.BuildersetExpressSubCategoryId(java.lang.String expressSubCategoryId)
-
-
-
Method Detail
-
getExpressCategoryId
public java.lang.String getExpressCategoryId()
-
getExpressSubCategoryId
public java.lang.String getExpressSubCategoryId()
-
setExpressCategoryId
public KeywordThemeConstantName.Builder setExpressCategoryId(java.lang.String expressCategoryId)
-
setExpressSubCategoryId
public KeywordThemeConstantName.Builder setExpressSubCategoryId(java.lang.String expressSubCategoryId)
-
build
public KeywordThemeConstantName build()
-
-