Class TypePath
- java.lang.Object
-
- org.gcube.informationsystem.resourceregistry.api.rest.TypePath
-
public class TypePath extends Object
The Class TypePath.- Author:
- Luca Frosini (ISTI - CNR)
-
-
Field Summary
Fields Modifier and Type Field Description static StringINCLUDE_META_QUERY_PARAMETERThe Constant INCLUDE_META_QUERY_PARAMETER.static StringPOLYMORPHIC_QUERY_PARAMETERThe Constant POLYMORPHIC_QUERY_PARAMETER.static StringTYPES_PATH_PARTThe Constant TYPES_PATH_PART.
-
Constructor Summary
Constructors Constructor Description TypePath()
-
-
-
Field Detail
-
TYPES_PATH_PART
public static final String TYPES_PATH_PART
The Constant TYPES_PATH_PART.- See Also:
- Constant Field Values
-
POLYMORPHIC_QUERY_PARAMETER
public static final String POLYMORPHIC_QUERY_PARAMETER
The Constant POLYMORPHIC_QUERY_PARAMETER.- See Also:
- Constant Field Values
-
INCLUDE_META_QUERY_PARAMETER
public static final String INCLUDE_META_QUERY_PARAMETER
The Constant INCLUDE_META_QUERY_PARAMETER.- See Also:
- Constant Field Values
-
-