Class ExpandedLandingPageViewName.Builder
- java.lang.Object
-
- com.google.ads.googleads.v10.resources.ExpandedLandingPageViewName.Builder
-
- Enclosing class:
- ExpandedLandingPageViewName
public static class ExpandedLandingPageViewName.Builder extends java.lang.ObjectBuilder for customers/{customer_id}/expandedLandingPageViews/{expanded_final_url_fingerprint}.
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ExpandedLandingPageViewNamebuild()java.lang.StringgetCustomerId()java.lang.StringgetExpandedFinalUrlFingerprint()ExpandedLandingPageViewName.BuildersetCustomerId(java.lang.String customerId)ExpandedLandingPageViewName.BuildersetExpandedFinalUrlFingerprint(java.lang.String expandedFinalUrlFingerprint)
-
-
-
Method Detail
-
getCustomerId
public java.lang.String getCustomerId()
-
getExpandedFinalUrlFingerprint
public java.lang.String getExpandedFinalUrlFingerprint()
-
setCustomerId
public ExpandedLandingPageViewName.Builder setCustomerId(java.lang.String customerId)
-
setExpandedFinalUrlFingerprint
public ExpandedLandingPageViewName.Builder setExpandedFinalUrlFingerprint(java.lang.String expandedFinalUrlFingerprint)
-
build
public ExpandedLandingPageViewName build()
-
-