public class CloudSearch.Debug.Identitysources
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
class |
CloudSearch.Debug.Identitysources.Items
The "items" collection of methods.
|
class |
CloudSearch.Debug.Identitysources.Unmappedids
The "unmappedids" collection of methods.
|
| Constructor and Description |
|---|
Identitysources() |
| Modifier and Type | Method and Description |
|---|---|
CloudSearch.Debug.Identitysources.Items |
items()
An accessor for creating requests from the Items collection.
|
CloudSearch.Debug.Identitysources.Unmappedids |
unmappedids()
An accessor for creating requests from the Unmappedids collection.
|
public CloudSearch.Debug.Identitysources.Items items()
The typical use is:
CloudSearch cloudsearch = new CloudSearch(...);CloudSearch.Items.List request = cloudsearch.items().list(parameters ...)
public CloudSearch.Debug.Identitysources.Unmappedids unmappedids()
The typical use is:
CloudSearch cloudsearch = new CloudSearch(...);CloudSearch.Unmappedids.List request = cloudsearch.unmappedids().list(parameters ...)