Class InstancePath
- java.lang.Object
-
- org.gcube.informationsystem.resourceregistry.api.rest.InstancePath
-
public class InstancePath extends Object
- Author:
- Luca Frosini (ISTI - CNR)
-
-
Field Summary
Fields Modifier and Type Field Description static StringHIERARCHICAL_MODE_QUERY_PARAMETERstatic StringINCLUDE_CONTEXTS_IN_HEADER_QUERY_PARAMETERstatic StringINSTANCES_PATH_PARTstatic StringPOLYMORPHIC_QUERY_PARAMETER
-
Constructor Summary
Constructors Constructor Description InstancePath()
-
-
-
Field Detail
-
INSTANCES_PATH_PART
public static final String INSTANCES_PATH_PART
- See Also:
- Constant Field Values
-
POLYMORPHIC_QUERY_PARAMETER
public static final String POLYMORPHIC_QUERY_PARAMETER
- See Also:
- Constant Field Values
-
HIERARCHICAL_MODE_QUERY_PARAMETER
public static final String HIERARCHICAL_MODE_QUERY_PARAMETER
- See Also:
- Constant Field Values
-
INCLUDE_CONTEXTS_IN_HEADER_QUERY_PARAMETER
public static final String INCLUDE_CONTEXTS_IN_HEADER_QUERY_PARAMETER
- See Also:
- Constant Field Values
-
-