Package com.labs64.netlicensing.domain
Class Constants.Utility
- java.lang.Object
-
- com.labs64.netlicensing.domain.Constants.Utility
-
-
Field Summary
Fields Modifier and Type Field Description static String
ENDPOINT_PATH
static String
ENDPOINT_PATH_LICENSE_TYPES
static String
ENDPOINT_PATH_LICENSING_MODELS
static String
LICENSE_TYPE
static String
LICENSING_MODEL_PROPERTIES
-
Constructor Summary
Constructors Constructor Description Utility()
-
-
-
Field Detail
-
ENDPOINT_PATH
public static final String ENDPOINT_PATH
- See Also:
- Constant Field Values
-
ENDPOINT_PATH_LICENSE_TYPES
public static final String ENDPOINT_PATH_LICENSE_TYPES
- See Also:
- Constant Field Values
-
ENDPOINT_PATH_LICENSING_MODELS
public static final String ENDPOINT_PATH_LICENSING_MODELS
- See Also:
- Constant Field Values
-
LICENSING_MODEL_PROPERTIES
public static final String LICENSING_MODEL_PROPERTIES
- See Also:
- Constant Field Values
-
LICENSE_TYPE
public static final String LICENSE_TYPE
- See Also:
- Constant Field Values
-
-