Uses of Class
org.talend.sdk.component.api.service.http.QueryFormat
-
Packages that use QueryFormat Package Description org.talend.sdk.component.api.service.http -
-
Uses of QueryFormat in org.talend.sdk.component.api.service.http
Methods in org.talend.sdk.component.api.service.http that return QueryFormat Modifier and Type Method Description QueryFormatformat()QueryFormatformat()static QueryFormatQueryFormat. valueOf(String name)Returns the enum constant of this type with the specified name.static QueryFormat[]QueryFormat. values()Returns an array containing the constants of this enum type, in the order they are declared.
-