JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
com.cloudera.oryx.api.serving
Interface HasCSV
All Known Implementing Classes:
IDCount
,
IDValue
public interface
HasCSV
Implementations of this interface can produce a CSV representation. This is useful for app endpoints that wish to return objects that can then automatically be translated to CSV by the framework if a CSV response is requested.
Since:
2.2.0
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
String
toCSV
()
Method Detail
toCSV
String
toCSV()
Returns:
CSV string representation of this object
Since:
2.2.0
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
Copyright © 2014–2018. All rights reserved.