| Package | Description |
|---|---|
| com.google.api.services.dfareporting.model |
| Modifier and Type | Method and Description |
|---|---|
ConnectionType |
ConnectionType.clone() |
ConnectionType |
ConnectionType.set(java.lang.String fieldName,
java.lang.Object value) |
ConnectionType |
ConnectionType.setId(java.lang.Long id)
ID of this connection type.
|
ConnectionType |
ConnectionType.setKind(java.lang.String kind)
Identifies what kind of resource this is.
|
ConnectionType |
ConnectionType.setName(java.lang.String name)
Name of this connection type.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<ConnectionType> |
ConnectionTypesListResponse.getConnectionTypes()
Collection of connection types such as broadband and mobile.
|
java.util.List<ConnectionType> |
TechnologyTargeting.getConnectionTypes()
Connection types that this ad targets.
|
| Modifier and Type | Method and Description |
|---|---|
ConnectionTypesListResponse |
ConnectionTypesListResponse.setConnectionTypes(java.util.List<ConnectionType> connectionTypes)
Collection of connection types such as broadband and mobile.
|
TechnologyTargeting |
TechnologyTargeting.setConnectionTypes(java.util.List<ConnectionType> connectionTypes)
Connection types that this ad targets.
|