Interface Constants.FormData
-
- Enclosing interface:
- Constants
public static interface Constants.FormDataForm-data keys and parameters- Since:
- 6.0.0
- See Also:
- Form data operations
-
-
Field Summary
Fields Modifier and Type Field Description static StringCATEGORYRepresents the category name used in the URL.static StringCATEGORY_COMPACTRepresents the category name contained in the URL when using the JSON compact format for requests and responses.
-
-
-
Field Detail
-
CATEGORY
static final String CATEGORY
Represents the category name used in the URL.- See Also:
- Form data operations, Constant Field Values
-
CATEGORY_COMPACT
static final String CATEGORY_COMPACT
Represents the category name contained in the URL when using the JSON compact format for requests and responses.- See Also:
- Form data operations, Constant Field Values
-
-