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