Package | Description |
---|---|
org.apache.lens.api.query.save |
Modifier and Type | Method and Description |
---|---|
ResourceModifiedResponse.Action |
ResourceModifiedResponse.getStatus()
The action performed on the reource
|
static ResourceModifiedResponse.Action |
ResourceModifiedResponse.Action.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ResourceModifiedResponse.Action[] |
ResourceModifiedResponse.Action.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
ResourceModifiedResponse.setStatus(ResourceModifiedResponse.Action status)
The action performed on the reource
|
Constructor and Description |
---|
ResourceModifiedResponse(long id,
String resource,
ResourceModifiedResponse.Action status) |
Copyright © 2014–2018 Apache Software Foundation. All rights reserved.