Class UserInterestName.Builder
- java.lang.Object
-
- com.google.ads.googleads.v10.resources.UserInterestName.Builder
-
- Enclosing class:
- UserInterestName
public static class UserInterestName.Builder extends java.lang.ObjectBuilder for customers/{customer_id}/userInterests/{user_interest_id}.
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UserInterestNamebuild()java.lang.StringgetCustomerId()java.lang.StringgetUserInterestId()UserInterestName.BuildersetCustomerId(java.lang.String customerId)UserInterestName.BuildersetUserInterestId(java.lang.String userInterestId)
-
-
-
Method Detail
-
getCustomerId
public java.lang.String getCustomerId()
-
getUserInterestId
public java.lang.String getUserInterestId()
-
setCustomerId
public UserInterestName.Builder setCustomerId(java.lang.String customerId)
-
setUserInterestId
public UserInterestName.Builder setUserInterestId(java.lang.String userInterestId)
-
build
public UserInterestName build()
-
-