Package | Description |
---|---|
com.cisco.thunderhead.client |
Modifier and Type | Method and Description |
---|---|
static Operation |
Operation.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Operation[] |
Operation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
<T extends BaseDbBean> |
ContextServiceClient.search(Class<T> classType,
SearchParameters searchParams,
Operation op)
Searches for all objects matching the search params for the API.
|
<T extends BaseDbBean> |
ContextServiceClient.search(Class<T> classType,
SearchParameters searchParams,
Operation op,
UserAuthInfo userAuthInfo)
Searches for all objects matching the search params for the API.
|
Copyright © 2018. All rights reserved.