This project has retired. For details please refer to its Attic page.
Uses of Class org.apache.lens.api.APIResult.Status (Lens 2.0.1-beta-incubating API)

Uses of Class
org.apache.lens.api.APIResult.Status

Packages that use APIResult.Status
org.apache.lens.api   
 

Uses of APIResult.Status in org.apache.lens.api
 

Methods in org.apache.lens.api that return APIResult.Status
static APIResult.Status APIResult.Status.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static APIResult.Status[] APIResult.Status.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in org.apache.lens.api with parameters of type APIResult.Status
APIResult(APIResult.Status status, String message)
          Instantiates a new API result.
 



Copyright © 2014–2015 Apache Software Foundation. All rights reserved.