public final class PopupWindowProperties
extends com.google.api.client.json.GenericJson
This is the Java data model class that specifies how to parse/serialize into the JSON that is transmitted over HTTP when working with the Campaign Manager 360 API. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json
com.google.api.client.util.GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description | 
|---|
PopupWindowProperties()  | 
| Modifier and Type | Method and Description | 
|---|---|
PopupWindowProperties | 
clone()  | 
Size | 
getDimension()
Popup dimension for a creative. 
 | 
OffsetPosition | 
getOffset()
Upper-left corner coordinates of the popup window. 
 | 
String | 
getPositionType()
Popup window position either centered or at specific coordinate. 
 | 
Boolean | 
getShowAddressBar()
Whether to display the browser address bar. 
 | 
Boolean | 
getShowMenuBar()
Whether to display the browser menu bar. 
 | 
Boolean | 
getShowScrollBar()
Whether to display the browser scroll bar. 
 | 
Boolean | 
getShowStatusBar()
Whether to display the browser status bar. 
 | 
Boolean | 
getShowToolBar()
Whether to display the browser tool bar. 
 | 
String | 
getTitle()
Title of popup window. 
 | 
PopupWindowProperties | 
set(String fieldName,
   Object value)  | 
PopupWindowProperties | 
setDimension(Size dimension)
Popup dimension for a creative. 
 | 
PopupWindowProperties | 
setOffset(OffsetPosition offset)
Upper-left corner coordinates of the popup window. 
 | 
PopupWindowProperties | 
setPositionType(String positionType)
Popup window position either centered or at specific coordinate. 
 | 
PopupWindowProperties | 
setShowAddressBar(Boolean showAddressBar)
Whether to display the browser address bar. 
 | 
PopupWindowProperties | 
setShowMenuBar(Boolean showMenuBar)
Whether to display the browser menu bar. 
 | 
PopupWindowProperties | 
setShowScrollBar(Boolean showScrollBar)
Whether to display the browser scroll bar. 
 | 
PopupWindowProperties | 
setShowStatusBar(Boolean showStatusBar)
Whether to display the browser status bar. 
 | 
PopupWindowProperties | 
setShowToolBar(Boolean showToolBar)
Whether to display the browser tool bar. 
 | 
PopupWindowProperties | 
setTitle(String title)
Title of popup window. 
 | 
getFactory, setFactory, toPrettyString, toStringentrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, isEmpty, keySet, size, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic Size getDimension()
null for nonepublic PopupWindowProperties setDimension(Size dimension)
dimension - dimension or null for nonepublic OffsetPosition getOffset()
null for nonepublic PopupWindowProperties setOffset(OffsetPosition offset)
offset - offset or null for nonepublic String getPositionType()
null for nonepublic PopupWindowProperties setPositionType(String positionType)
positionType - positionType or null for nonepublic Boolean getShowAddressBar()
null for nonepublic PopupWindowProperties setShowAddressBar(Boolean showAddressBar)
showAddressBar - showAddressBar or null for nonepublic Boolean getShowMenuBar()
null for nonepublic PopupWindowProperties setShowMenuBar(Boolean showMenuBar)
showMenuBar - showMenuBar or null for nonepublic Boolean getShowScrollBar()
null for nonepublic PopupWindowProperties setShowScrollBar(Boolean showScrollBar)
showScrollBar - showScrollBar or null for nonepublic Boolean getShowStatusBar()
null for nonepublic PopupWindowProperties setShowStatusBar(Boolean showStatusBar)
showStatusBar - showStatusBar or null for nonepublic Boolean getShowToolBar()
null for nonepublic PopupWindowProperties setShowToolBar(Boolean showToolBar)
showToolBar - showToolBar or null for nonepublic String getTitle()
null for nonepublic PopupWindowProperties setTitle(String title)
title - title or null for nonepublic PopupWindowProperties set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic PopupWindowProperties clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2025 Google. All rights reserved.