public class DLP.Locations
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
class |
DLP.Locations.InfoTypes
The "infoTypes" collection of methods.
|
| Constructor and Description |
|---|
Locations() |
| Modifier and Type | Method and Description |
|---|---|
DLP.Locations.InfoTypes |
infoTypes()
An accessor for creating requests from the InfoTypes collection.
|
public DLP.Locations.InfoTypes infoTypes()
The typical use is:
DLP dlp = new DLP(...);DLP.InfoTypes.List request = dlp.infoTypes().list(parameters ...)