| Package | Description | 
|---|---|
| dagger.model | 
 This package contains the APIs that are core to Dagger's internal model of bindings and the
 binding graph. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
abstract RequestKind | 
DependencyRequest.kind()
The kind of this request. 
 | 
static RequestKind | 
RequestKind.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. 
 | 
static RequestKind[] | 
RequestKind.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
abstract DependencyRequest.Builder | 
DependencyRequest.Builder.kind(RequestKind kind)  |