Uses of Class
com.zentadata.client.option.DataFormat
-
Packages that use DataFormat Package Description com.zentadata.client com.zentadata.client.option -
-
Uses of DataFormat in com.zentadata.client
Fields in com.zentadata.client declared as DataFormat Modifier and Type Field Description DataFormatWriteRequest. dataFormatMethods in com.zentadata.client that return DataFormat Modifier and Type Method Description DataFormatDataFrame. getDataFormat()Methods in com.zentadata.client with parameters of type DataFormat Modifier and Type Method Description DataFrameBuilderDataFrameBuilder. format(DataFormat dataFormat)WriteRequestBuilderWriteRequestBuilder. format(DataFormat dataFormat) -
Uses of DataFormat in com.zentadata.client.option
Methods in com.zentadata.client.option that return DataFormat Modifier and Type Method Description static DataFormatDataFormat. valueOf(String name)Returns the enum constant of this type with the specified name.static DataFormat[]DataFormat. values()Returns an array containing the constants of this enum type, in the order they are declared.
-